diff options
Diffstat (limited to 'lib/libform/form_new_page.3')
-rw-r--r-- | lib/libform/form_new_page.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libform/form_new_page.3 b/lib/libform/form_new_page.3 index bb5a481e53d..dea27f18e29 100644 --- a/lib/libform/form_new_page.3 +++ b/lib/libform/form_new_page.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form_new_page.3,v 1.6 1998/09/17 04:14:36 millert Exp $ +.\" $OpenBSD: form_new_page.3,v 1.7 1999/01/22 03:30:54 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -29,7 +29,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $From: form_new_page.3x,v 1.4 1998/08/27 21:21:04 Rick.Ohnemus Exp $ +.\" $From: form_new_page.3x,v 1.5 1998/11/29 01:07:45 Rick.Ohnemus Exp $ .TH form_new_page 3 "" .SH NAME \fBform_new_page\fR - form pagination functions @@ -41,7 +41,7 @@ int set_new_page(FIELD *field, bool new_page_flag); bool new_page(const FIELD *field); .br .SH DESCRIPTION -The function \fBset_new_page\fR sets or resets a flag marking the given field +The function \fBset_new_page\fR sets or resets a flag marking the given field as the beginning of a new page on its form. The function \fBnew_page\fR is a predicate which tests if a given field marks @@ -60,7 +60,7 @@ System error occurred (see \fBerrno\fR). \fBE_CONNECTED\fR The given field is already connected to a form. .SH SEE ALSO -\fBcurses\fR(3) and 3 pages whose names begin "form_" for detailed +\fBcurses\fR(3) and 3 pages whose names begin with "form_" for detailed descriptions of the entry points. .SH NOTES The header file \fB<form.h>\fR automatically includes the header file |