diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-22 03:30:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-22 03:30:55 +0000 |
commit | 370dfb9984c7e490aa64d2709b834be2257c2887 (patch) | |
tree | 26d3cd9c22c305614714ea8a72dbc678beb30a35 /lib/libform/form_opts.3 | |
parent | 396b9e13463e960e78b5fef1af45b1c9eef26528 (diff) |
cosmetic man page changes from latest ncurses
Diffstat (limited to 'lib/libform/form_opts.3')
-rw-r--r-- | lib/libform/form_opts.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libform/form_opts.3 b/lib/libform/form_opts.3 index 60c802f14c0..ef2e366b4f6 100644 --- a/lib/libform/form_opts.3 +++ b/lib/libform/form_opts.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form_opts.3,v 1.6 1998/09/17 04:14:36 millert Exp $ +.\" $OpenBSD: form_opts.3,v 1.7 1999/01/22 03:30:54 millert Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -29,7 +29,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $From: form_opts.3x,v 1.5 1998/08/27 21:21:04 Rick.Ohnemus Exp $ +.\" $From: form_opts.3x,v 1.6 1998/11/29 01:07:53 Rick.Ohnemus Exp $ .TH form_opts 3 "" .SH NAME \fBform_opts\fR - set and get form options @@ -54,17 +54,17 @@ others alone. The function \fBform_opts_off\fR turns off the given option bits, and leaves others alone. -The function \fBform_opts\fR returns the form's current option bits. +The function \fBform_opts\fR returns the form's current option bits. The following options are defined (all are on by default): .TP 5 O_NL_OVERLOAD Overload the \fBREQ_NEW_LINE\fR forms driver request so that calling it at the -end of a field goes to the next field. +end of a field goes to the next field. .TP 5 O_BS_OVERLOAD Overload the \fBREQ_DEL_PREV\fR forms driver request so that calling it at the -beginning of a field goes to the previous field. +beginning of a field goes to the previous field. .SH RETURN VALUE Except for \fBform_opts\fR, each routine returns one of the following: .TP 5 |