diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-16 08:48:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-16 08:48:28 +0000 |
commit | 5c821f906b26566d33a5e4debaa9208a93b01c5d (patch) | |
tree | 21be7400b12c4f4bece1a7902240fe6cd376c084 /lib/libform/form_field_opts.3 | |
parent | cf599f158458425ae996473b91afe4d3ee83f2be (diff) |
typos;
diffs passed on to curses people.
Diffstat (limited to 'lib/libform/form_field_opts.3')
-rw-r--r-- | lib/libform/form_field_opts.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libform/form_field_opts.3 b/lib/libform/form_field_opts.3 index 87baa239a81..5b1af60c97c 100644 --- a/lib/libform/form_field_opts.3 +++ b/lib/libform/form_field_opts.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form_field_opts.3,v 1.8 1999/05/12 13:26:48 aaron Exp $ +.\" $OpenBSD: form_field_opts.3,v 1.9 2003/05/16 08:48:27 jmc Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -60,7 +60,7 @@ The following options are defined (all are on by default): .TP 5 O_VISIBLE The field is displayed. If this option is off, display of the field is -suppressed, +suppressed. .TP 5 O_ACTIVE The field is visited during processing. If this option is off, the field will @@ -81,7 +81,7 @@ O_BLANK The field is cleared whenever a character is entered at the first position. .TP 5 O_AUTOSKIP -Skip to the next field when this one fills +Skip to the next field when this one fills. .TP 5 O_NULLOK Allow a blank field. |