X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_new_page.3x;h=6718835cc433acecc7d8428d7a8ae0a9b72b74cf;hp=69e7fd3efad965ea7efdcdd5a3dcbeccac7d43be;hb=97cb42f22c43eb31a4bf11475bd73ab0e0b10923;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/man/form_new_page.3x b/man/form_new_page.3x index 69e7fd3e..6718835c 100644 --- a/man/form_new_page.3x +++ b/man/form_new_page.3x @@ -1,6 +1,6 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2006,2010 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2015,2018 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,11 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_new_page.3x,v 1.9 2010/07/31 16:08:48 tom Exp $ +.\" $Id: form_new_page.3x,v 1.13 2018/07/28 21:20:04 tom Exp $ .TH form_new_page 3X "" .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,14 +48,11 @@ 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 @@ -64,14 +62,9 @@ descriptions of the entry points. 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.