diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-28 18:01:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-28 18:01:05 +0000 |
commit | 72574dfc79ae9264af18819a38a99306ea95be52 (patch) | |
tree | 0d4309454345267dd48c680d79738b99c116f096 /lib/libcurses/curs_window.3 | |
parent | 8dbd4fa3e2a8cb349d9371f3344f07e7defd0862 (diff) |
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 |