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 | |
parent | 8dbd4fa3e2a8cb349d9371f3344f07e7defd0862 (diff) |
ncurses-4.2-990327; just man page fixes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcurses/curs_window.3 | 6 | ||||
-rw-r--r-- | lib/libcurses/curses.h | 4 | ||||
-rw-r--r-- | lib/libform/form_hook.3 | 4 |
3 files changed, 7 insertions, 7 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 diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h index 59db523bf99..9589cbee116 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.27 1999/03/18 16:46:57 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.28 1999/03/28 18:01:04 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -50,7 +50,7 @@ /* These are defined only in curses.h, and are used for conditional compiles */ #define NCURSES_VERSION_MAJOR 5 #define NCURSES_VERSION_MINOR 0 -#define NCURSES_VERSION_PATCH 990318 +#define NCURSES_VERSION_PATCH 990327 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION diff --git a/lib/libform/form_hook.3 b/lib/libform/form_hook.3 index dd5fdd43194..6a7d3227918 100644 --- a/lib/libform/form_hook.3 +++ b/lib/libform/form_hook.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form_hook.3,v 1.8 1999/03/18 11:10:13 aaron Exp $ +.\" $OpenBSD: form_hook.3,v 1.9 1999/03/28 18:01:03 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -29,7 +29,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $From: form_hook.3x,v 1.5 1998/11/29 01:07:29 Rick.Ohnemus Exp $ +.\" $From: form_hook.3x,v 1.6 1999/03/20 22:37:15 Todd.Miller Exp $ .TH form_hook 3 "" .SH NAME \fBform_hook\fR - set hooks for automatic invocation by applications |