diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-12-10 02:35:24 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-12-10 02:35:24 +0000 |
| commit | 7b505024ed9508ab6e37018d80353f7fb356a5fc (patch) | |
| tree | 556206f72e72e1c4cf7e51e3883bf30fdd6c2091 /lib/libncurses | |
| parent | e43f5ffbb89d00cdf2d4bdd1d57307863cd5d7b0 (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/curs_addstr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/curs_addstr.3 b/lib/libncurses/curs_addstr.3 index c55c2f57ede9..74ac9c754bca 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 |
