svn commit: r235974 - stable/9/contrib/ncurses/man

Dimitry Andric dim at FreeBSD.org
Fri May 25 06:41:09 UTC 2012


Author: dim
Date: Fri May 25 06:41:08 2012
New Revision: 235974
URL: http://svn.freebsd.org/changeset/base/235974

Log:
  MFC r235773:
  
  Correct use_screen() and use_window() prototypes in curs_threads(3x).
  
  Submitted by:	Yanhui Shen <shen.elf at gmail.com>

Modified:
  stable/9/contrib/ncurses/man/curs_threads.3x
Directory Properties:
  stable/9/contrib/ncurses/   (props changed)

Modified: stable/9/contrib/ncurses/man/curs_threads.3x
==============================================================================
--- stable/9/contrib/ncurses/man/curs_threads.3x	Fri May 25 05:28:14 2012	(r235973)
+++ stable/9/contrib/ncurses/man/curs_threads.3x	Fri May 25 06:41:08 2012	(r235974)
@@ -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


More information about the svn-src-stable mailing list