Bug 114711

Summary: [patch] Replace NCURSES_* variables in terminfo.5 with actual values
Product: Documentation Reporter: Yuri Pankov <yuri>
Component: Books & ArticlesAssignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ncurses.diff
none
ncurses.diff none

Description Yuri Pankov 2007-07-18 21:40:03 UTC
NCURSES_MAJOR, NCURSES_MINOR and NCURSES_PATCH are not replaced with actual values in terminfo.5

Check http://www.freebsd.org/cgi/man.cgi?query=terminfo&apropos=0&sektion=0&manpath=FreeBSD+7-current&format=html

How-To-Repeat: man 5 terminfo
Comment 1 Yuri Pankov 2007-07-20 16:48:05 UTC
Actually, there are more man pages installed by ncurses in need of such
changes. Attached patch seems to fix it.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2007-07-21 01:13:01 UTC
Responsible Changed
From-To: freebsd-doc->rafan

I did last ncurses update
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-07-21 01:27:20 UTC
State Changed
From-To: open->patched

Committed to HEAD. MFC later.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-07-21 01:27:36 UTC
rafan       2007-07-21 00:27:17 UTC

  FreeBSD src repository

  Modified files:
    lib/ncurses          config.mk 
    lib/ncurses/ncurses  Makefile 
  Log:
  - Correctly substitute variables like @NCURSES_MAJOR@ in manual pages
  
  PR:             doc/114711
  Submitted by:   Yuri Pankov <yuri at darklight.org.ru>
  Approved by:    re (bmah)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.4       +10 -0     src/lib/ncurses/config.mk
  1.92      +0 -2      src/lib/ncurses/ncurses/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-07-24 02:48:21 UTC
rafan       2007-07-24 01:48:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    lib/ncurses          config.mk 
    lib/ncurses/ncurses  Makefile 
  Log:
  MFC ncurse manual page changes
  
    - Correctly substitute variables like @NCURSES_MAJOR@ in manual pages
  
  PR:             doc/114711
  Submitted by:   Yuri Pankov <yuri at darklight.org.ru>
  
  Revision  Changes    Path
  1.3.2.2   +10 -0     src/lib/ncurses/config.mk
  1.87.2.4  +0 -2      src/lib/ncurses/ncurses/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Rong-En Fan freebsd_committer freebsd_triage 2007-07-24 02:48:32 UTC
State Changed
From-To: patched->closed

MFC'ed. Thanks.