diff options
author | 1999-03-28 18:01:03 +0000 | |
---|---|---|
committer | 1999-03-28 18:01:03 +0000 | |
commit | 0d1bd33c96cb9654af1d85a180ec32789dd66fb8 (patch) | |
tree | 8bf1d72c8daf30569766cf5a61851e4b0f1a78ce /lib/libcurses/curs_window.3 | |
parent | Increase the timeout and wait for ``PPP'' in the compuserve (diff) | |
download | wireguard-openbsd-0d1bd33c96cb9654af1d85a180ec32789dd66fb8.tar.xz wireguard-openbsd-0d1bd33c96cb9654af1d85a180ec32789dd66fb8.zip |
ncurses-4.2-990327; just man page fixes
Diffstat (limited to 'lib/libcurses/curs_window.3')
-rw-r--r-- | lib/libcurses/curs_window.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/curs_window.3 b/lib/libcurses/curs_window.3 index 6f1efc039a7..ce773bc9f0a 100644 --- a/lib/libcurses/curs_window.3 +++ b/lib/libcurses/curs_window.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_window.3,v 1.6 1999/01/18 19:07:16 millert Exp $ +.\" $OpenBSD: curs_window.3,v 1.7 1999/03/28 18:01:04 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -28,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $From: curs_window.3x,v 1.7 1998/12/26 20:11:01 tom Exp $ +.\" $From: curs_window.3x,v 1.8 1999/03/20 22:38:46 tom Exp $ .TH curs_window 3 "" .SH NAME \fBnewwin\fR, \fBdelwin\fR, \fBmvwin\fR, @@ -39,7 +39,7 @@ create \fBcurses\fR windows \fB#include <curses.h>\fR \fBWINDOW *newwin(int nlines, int ncols, int begin_y,\fR - \fBintbegin_x);\fR + \fBint begin_x);\fR .br \fBint delwin(WINDOW *win);\fR .br |