Bug 84646

Summary: terminfo(5) manpage confuses man program.
Product: Documentation Reporter: Gary W. Swearingen <garys>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary W. Swearingen 2005-08-07 15:50:16 UTC
(Hoping this isn't a "man" bug.)

This command:
    (unset PAGER; /usr/bin/man 5 terminfo)
produces VERY many error message starting with:

/usr/bin/tbl:<standard input>:155: excess data entry `-' discarded

Fix: 

Maybe get newer version from vender (FSF).
How-To-Repeat: n/a
Comment 1 Warren Block 2005-08-07 19:01:04 UTC
On Sun, 7 Aug 2005, Gary W. Swearingen wrote:

> This command:
>    (unset PAGER; /usr/bin/man 5 terminfo)
> produces VERY many error message starting with:
>
> /usr/bin/tbl:<standard input>:155: excess data entry `-' discarded

See 80871.  It's been fixed in a later version of terminfo, but that 
might also imply bringing in a later version of ncurses.  There may be a 
reason not to do that; don't know.

-Warren Block * Rapid City, South Dakota USA
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-12-25 02:58:42 UTC
State Changed
From-To: open->closed

Duplicate of docs/80871.  It sounds like the correct solution is to 
update the imported version of ncurses and associated code.