Bug 56981

Summary: man terminfo(5) from libncurses does not display correctly
Product: Documentation Reporter: Rudolf Čejka <cejkar>
Component: Books & ArticlesAssignee: Peter Wemm <peter>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rudolf Čejka 2003-09-18 15:00:32 UTC
	If I do "man terminfo" on FreeBSD 5.1, /usr/bin/tbl produces
	many errors:

	Formatting page, please wait.../usr/bin/tbl:
		<standard input>:155: excess data entry `-' discarded
	/usr/bin/tbl:<standard input>:155: excess data entry `-' discarded
	/usr/bin/tbl:<standard input>:155: excess data entry `YB-G-' discarded
	...

	The resulting table with capabilities names and descriptions
	on the page is then almost unreadable. It is much better in 4.x.
Comment 1 Jens Schweikhardt freebsd_committer freebsd_triage 2004-07-24 12:46:52 UTC
State Changed
From-To: open->analyzed

This is because our contrib/ncurses is out-of-date. We still use 
ncurses 5.2 while 5.4 is the most recent version (and where the 
problem is fixed according to the ncurses maintainer, T.Dickey). 
So what is needed is an import of 5.4. 


Comment 2 Jens Schweikhardt freebsd_committer freebsd_triage 2004-07-24 12:46:52 UTC
Responsible Changed
From-To: freebsd-doc->peter

Over to Peter Wemm, who has imported ncurses in the past. 
Peter, could you please have a look at this?
Comment 3 ru freebsd_committer freebsd_triage 2006-10-14 20:32:56 UTC
State Changed
From-To: analyzed->closed

Duplicate of PR docs/46709.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-14 20:51:07 UTC
ru          2006-10-14 19:50:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: NCURSES)
    contrib/ncurses/man  MKterminfo.sh 
  Log:
  Fix from upstream: unbreak generation of the terminfo.5 manpage.
  
  PR:             docs/46709, docs/56981, docs/80871
  MFC after:      3 days
  Obtained from:  ftp://invisible-island.net/ncurses/ncurses-5.5.tar.gz
  
  Revision  Changes    Path
  1.1.1.4   +15 -12    src/contrib/ncurses/man/MKterminfo.sh
_______________________________________________
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"