summaryrefslogtreecommitdiffstats
path: root/lib/libncurses
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-12-10 02:35:24 +0000
committersteve <steve@FreeBSD.org>1998-12-10 02:35:24 +0000
commitfa3fc53fa465a5bebdbc17d7718277fe157ba640 (patch)
treedd26bf32227d1d936880b447da4a2dd666313a71 /lib/libncurses
parentb114eb4c1b509b28b123072cbfa08b04d72a7fd0 (diff)
downloadFreeBSD-src-fa3fc53fa465a5bebdbc17d7718277fe157ba640.zip
FreeBSD-src-fa3fc53fa465a5bebdbc17d7718277fe157ba640.tar.gz
Add missing int to prototypes of mvaddstr and mvaddnstr.
PR: 8110 Submitted by: Stephen J. Roznowski <sjr@home.net>
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/curs_addstr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/curs_addstr.3 b/lib/libncurses/curs_addstr.3
index c55c2f5..74ac9c7 100644
--- a/lib/libncurses/curs_addstr.3
+++ b/lib/libncurses/curs_addstr.3
@@ -14,9 +14,9 @@
.br
\fBint waddnstr(WINDOW *win, char *str, int n);\fR
.br
-\fBint mvaddstr(y, int x, char *str);\fR
+\fBint mvaddstr(int y, int x, char *str);\fR
.br
-\fBint mvaddnstr(y, int x, char *str, int n);\fR
+\fBint mvaddnstr(int y, int x, char *str, int n);\fR
.br
\fBint mvwaddstr(WINDOW *win, int y, int x, char *str);\fR
.br
OpenPOWER on IntegriCloud