Author: dim
Date: Tue May 22 06:28:53 2012
New Revision: 235773
URL: http://svn.freebsd.org/changeset/base/235773

Log:
  Correct use_screen() and use_window() prototypes in curs_threads(3x).
  
  Submitted by: Yanhui Shen <[email protected]>
  MFC after:    3 days

Modified:
  head/contrib/ncurses/man/curs_threads.3x

Modified: head/contrib/ncurses/man/curs_threads.3x
==============================================================================
--- head/contrib/ncurses/man/curs_threads.3x    Tue May 22 05:18:30 2012        
(r235772)
+++ head/contrib/ncurses/man/curs_threads.3x    Tue May 22 06:28:53 2012        
(r235773)
@@ -45,9 +45,9 @@
 .br
 \fBint set_tabsize(int size);\fR
 .br
-\fBint use_screen(SCREEN *scr, NCURSES_WINDOW_CB func, void *data);\fR
+\fBint use_screen(SCREEN *scr, NCURSES_SCREEN_CB func, void *data);\fR
 .br
-\fBint use_window(WINDOW *win, NCURSES_SCREEN_CB func, void *data);\fR
+\fBint use_window(WINDOW *win, NCURSES_WINDOW_CB func, void *data);\fR
 .br
 .SH DESCRIPTION
 This implementation can be configured to provide rudimentary support
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to