Something wrong with curs_threads(3X) ?

Dimitry Andric dim at FreeBSD.org
Tue May 22 06:29:58 UTC 2012


On 2012-05-21 18:41, Yanhui Shen wrote:
> In curs_threads(3X), at the beginning of the manual:
> 
> typedef   int  (*NCURSES_WINDOW_CB)(WINDOW  *,  void  *);  typedef  int
>>        (*NCURSES_SCREEN_CB)(SCREEN *, void *);
>>        int set_escdelay(int size);
>>        int set_tabsize(int size);
>>        int use_screen(SCREEN *scr, NCURSES_WINDOW_CB func, void *data);
>>        int use_window(WINDOW *win, NCURSES_SCREEN_CB func, void *data);

That's indeed a documentation error.  Fixed in r235773, thanks!


More information about the freebsd-stable mailing list