X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=man%2Fform_new_page.3x;h=8c87e2b12edd010da88dfa10ac518c963041914d;hb=0ff9bcb7f97617085a8b8cba4a7ee374bb969cc9;hp=5b7f58d4a46aca0a6ec1f8b9cafc5f33d7a27191;hpb=027ae42953e3186daed8f3882da73de48291b606;p=ncurses.git diff --git a/man/form_new_page.3x b/man/form_new_page.3x index 5b7f58d4..8c87e2b1 100644 --- a/man/form_new_page.3x +++ b/man/form_new_page.3x @@ -1,6 +1,6 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2002,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -27,10 +27,15 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_new_page.3x,v 1.8 2006/11/04 17:12:00 tom Exp $ +.\" $Id: form_new_page.3x,v 1.14 2019/11/30 21:06:30 tom Exp $ .TH form_new_page 3X "" +.ie \n(.g .ds `` \(lq +.el .ds `` `` +.ie \n(.g .ds '' \(rq +.el .ds '' '' .SH NAME -\fBform_new_page\fR - form pagination functions +\fBset_new_page\fR, +\fBnew_page\fR \- form pagination functions .SH SYNOPSIS \fB#include \fR .br @@ -47,31 +52,23 @@ a page beginning on its form. .SH RETURN VALUE The function \fBnew_page\fR returns \fBTRUE\fR or \fBFALSE\fR. .PP -The function \fBset_new_page\fR return one of the following: +The function \fBset_new_page\fR returns one of the following: .TP 5 .B E_OK The routine succeeded. .TP 5 -.B E_SYSTEM_ERROR -System error occurred (see \fBerrno\fR). -.TP 5 .B E_CONNECTED The given field is already connected to a form. .SH SEE ALSO -\fBcurses\fR(3X) and related pages whose names begin "form_" for detailed +\fBcurses\fR(3X) and related pages whose names begin \*(``form_\*('' for detailed descriptions of the entry points. .SH NOTES The header file \fB\fR automatically includes the header file \fB\fR. .SH PORTABILITY -These routines emulate the System V forms library. They were not supported on +These routines emulate the System V forms library. +They were not supported on Version 7 or BSD versions. .SH AUTHORS -Juergen Pfeifer. Manual pages and adaptation for new curses by Eric -S. Raymond. -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: +Juergen Pfeifer. +Manual pages and adaptation for new curses by Eric S. Raymond.