]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form.3x
ncurses 5.5
[ncurses.git] / man / form.3x
index c7c751cb7260dd6e4b6ad308e90f9104c751ac47..811b9ff747398e6eb92d5b4f3a8e6125ed336310 100644 (file)
@@ -1,5 +1,33 @@
 '\" t
 '\" t
-.\" $Id: form.3x,v 0.8 1997/12/14 01:44:04 tom Exp $
+.\"***************************************************************************
+.\" Copyright (c) 1998,2002 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            *
+.\" "Software"), to deal in the Software without restriction, including      *
+.\" without limitation the rights to use, copy, modify, merge, publish,      *
+.\" distribute, distribute with modifications, sublicense, and/or sell       *
+.\" copies of the Software, and to permit persons to whom the Software is    *
+.\" furnished to do so, subject to the following conditions:                 *
+.\"                                                                          *
+.\" The above copyright notice and this permission notice shall be included  *
+.\" in all copies or substantial portions of the Software.                   *
+.\"                                                                          *
+.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
+.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
+.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
+.\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
+.\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
+.\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
+.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
+.\"                                                                          *
+.\" Except as contained in this notice, the name(s) of the above copyright   *
+.\" holders shall not be used in advertising or otherwise to promote the     *
+.\" sale, use or other dealings in this Software without prior written       *
+.\" authorization.                                                           *
+.\"***************************************************************************
+.\"
+.\" $Id: form.3x,v 1.15 2002/01/19 22:48:05 tom Exp $
 .TH form 3X ""
 .SH NAME
 \fBform\fR - curses extension for programming forms
 .TH form 3X ""
 .SH NAME
 \fBform\fR - curses extension for programming forms
@@ -21,7 +49,8 @@ these functions.  To use the \fBform\fR library, link with the options
 .SS Current Default Values for Field Attributes
 
 The \fBform\fR library maintains a default value for field attributes.  You
 .SS Current Default Values for Field Attributes
 
 The \fBform\fR library maintains a default value for field attributes.  You
-can get or set this default by calling the appropriate \fBget_\fR or \fBset_\fR
+can get or set this default by calling the appropriate \fBset_\fR
+or retrieval
 routine with a \fBNULL\fR field pointer.  Changing this default with a
 \fBset_\fR function affects future field creations, but does not change the
 rendering of fields already created.
 routine with a \fBNULL\fR field pointer.  Changing this default with a
 \fBset_\fR function affects future field creations, but does not change the
 rendering of fields already created.
@@ -31,7 +60,7 @@ rendering of fields already created.
 The following table lists each \fBform\fR routine and the name of
 the manual page on which it is described.
 
 The following table lists each \fBform\fR routine and the name of
 the manual page on which it is described.
 
-.TS 
+.TS
 l l
 l l .
 \fBcurses\fR Routine Name      Manual Page Name
 l l
 l l .
 \fBcurses\fR Routine Name      Manual Page Name
@@ -148,7 +177,7 @@ No fields are connected to the form.
 \fBE_REQUEST_DENIED\fR
 The form driver could not process the request.
 .SH SEE ALSO
 \fBE_REQUEST_DENIED\fR
 The form driver could not process the request.
 .SH SEE ALSO
-\fBcurses\fR(3X) and 3X 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<form.h>\fR automatically includes the header files
 descriptions of the entry points.
 .SH NOTES
 The header file \fB<form.h>\fR automatically includes the header files