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! _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"