diff options
author | 1999-03-28 18:01:03 +0000 | |
---|---|---|
committer | 1999-03-28 18:01:03 +0000 | |
commit | 0d1bd33c96cb9654af1d85a180ec32789dd66fb8 (patch) | |
tree | 8bf1d72c8daf30569766cf5a61851e4b0f1a78ce | |
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
-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 |