diff options
Diffstat (limited to 'lib/libform/form_field.3')
-rw-r--r-- | lib/libform/form_field.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/form_field.3 b/lib/libform/form_field.3 index cd294e56dd7..85c235cfcbb 100644 --- a/lib/libform/form_field.3 +++ b/lib/libform/form_field.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form_field.3,v 1.7 1999/01/22 03:30:53 millert Exp $ +.\" $OpenBSD: form_field.3,v 1.8 2003/05/16 08:48:27 jmc Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -52,7 +52,7 @@ The function \fBform_fields\fR returns the field array of the given form. The function \fBfield_count\fR returns the count of fields in \fIform\fR. -The function \fBmove_field\fR move the given field (which must be disconnected) +The function \fBmove_field\fR moves the given field (which must be disconnected) to a specified location on the screen. .SH RETURN VALUES The function \fBform_fields\fR returns \fBNULL\fR on error. |