[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1342: man misses finding some secondary references



PACKAGE: man
VERSION: 2.3.10-1

I'm not sure whether this is a man package issue or an ncurses
manpage formatting issue.  Seems like a man package issue.

"man tgetent" fails.  "man tgetflag", etc. succeed.

termcap(3ncurses)				termcap(3ncurses)
[...]
NAME
       termcap: tgetent, tgetflag, tgetnum, tgetstr, tgoto, tputs
       - direct	curses	interface  to	the  terminfo  capability
       database

SYNOPSIS
       #include <curses.h>
       #include <term.h>
       int tgetent(char *bp, char *name);
       int tgetflag(char* id);
       int tgetnum(char* id);
       char *tgetstr(char* id, char **area);
       char *tgoto(char *cap, int col, int row);
       int tputs(char *str, int affcnt, int (*putc)(void));

mitchell@mdd.comm.mot.com (Bill Mitchell)



Reply to: