diff options
-rw-r--r-- | lib/libform/form.3tbl | 7 | ||||
-rw-r--r-- | lib/libform/form_driver.3 | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/lib/libform/form.3tbl b/lib/libform/form.3tbl index 40f036a409b..bc11d367eca 100644 --- a/lib/libform/form.3tbl +++ b/lib/libform/form.3tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form.3tbl,v 1.4 1999/01/22 03:30:52 millert Exp $ +.\" $OpenBSD: form.3tbl,v 1.5 1999/07/11 14:14:03 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -29,7 +29,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $From: form.3x,v 1.11 1998/11/29 01:05:34 Rick.Ohnemus Exp $ +.\" $From: form.3x,v 1.13 1999/07/10 21:53:03 tom Exp $ .TH form 3 "" .SH NAME \fBform\fR - curses extension for programming forms @@ -51,7 +51,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 -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. diff --git a/lib/libform/form_driver.3 b/lib/libform/form_driver.3 index 0d12d00d935..5f8e753fd05 100644 --- a/lib/libform/form_driver.3 +++ b/lib/libform/form_driver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: form_driver.3,v 1.6 1998/07/24 02:37:01 millert Exp $ +.\" $OpenBSD: form_driver.3,v 1.7 1999/07/11 14:14:03 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -28,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.'" $From: form_driver.3x,v 1.6 1998/03/11 21:12:53 juergen Exp $ +.'" $From: form_driver.3x,v 1.7 1999/07/10 23:13:18 tom Exp $ .TH form_driver 3 "" .SH NAME \fBform_driver\fR - command-processing loop of the form system @@ -225,7 +225,7 @@ in the current position in the current field. If it is one of the forms requests listed above, that request is executed. .PP If the second argument is neither printable ASCII nor one of the above -pre-defined form requests, the drive assumes it is an application-specific +pre-defined form requests, the driver assumes it is an application-specific command and returns \fBE_UNKNOWN_COMMAND\fR. Application-defined commands should be defined relative to \fBMAX_COMMAND\fR, the maximum value of these pre-defined requests. |