X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_new_page.3x;h=6718835cc433acecc7d8428d7a8ae0a9b72b74cf;hp=e71138090c71a22a69b3f90a6b733b9e0f53a24c;hb=6b4f5830b7910188b532d661f79775306715f67e;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948;ds=sidebyside diff --git a/man/form_new_page.3x b/man/form_new_page.3x index e7113809..6718835c 100644 --- a/man/form_new_page.3x +++ b/man/form_new_page.3x @@ -1,6 +1,6 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2010,2015 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,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_new_page.3x,v 1.11 2015/12/05 23:42:45 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 \fBset_new_page\fR, @@ -48,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 @@ -65,8 +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. +Juergen Pfeifer. +Manual pages and adaptation for new curses by Eric S. Raymond.