summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-05-22 06:28:53 +0000
committerdim <dim@FreeBSD.org>2012-05-22 06:28:53 +0000
commita1e4bfc55a124addbb8eb372c239084f0481be9e (patch)
tree18dee79734f98cc7cdb0ab3a73b5d14fc13db237 /contrib/ncurses
parentb4d1c5d0430699590ac00e065a440bb642bcd3fe (diff)
downloadFreeBSD-src-a1e4bfc55a124addbb8eb372c239084f0481be9e.zip
FreeBSD-src-a1e4bfc55a124addbb8eb372c239084f0481be9e.tar.gz
Correct use_screen() and use_window() prototypes in curs_threads(3x).
Submitted by: Yanhui Shen <shen.elf@gmail.com> MFC after: 3 days
Diffstat (limited to 'contrib/ncurses')
-rw-r--r--contrib/ncurses/man/curs_threads.3x4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/man/curs_threads.3x b/contrib/ncurses/man/curs_threads.3x
index 17dabdb..867c4e4 100644
--- a/contrib/ncurses/man/curs_threads.3x
+++ b/contrib/ncurses/man/curs_threads.3x
@@ -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
OpenPOWER on IntegriCloud