summaryrefslogtreecommitdiff
path: root/lib/libform/form_hook.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libform/form_hook.3')
-rw-r--r--lib/libform/form_hook.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/form_hook.3 b/lib/libform/form_hook.3
index 24bec72deb0..dd5fdd43194 100644
--- a/lib/libform/form_hook.3
+++ b/lib/libform/form_hook.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_hook.3,v 1.7 1999/01/22 03:30:53 millert Exp $
+.\" $OpenBSD: form_hook.3,v 1.8 1999/03/18 11:10:13 aaron Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -71,7 +71,7 @@ just after a page change once it is posted. \fBform_init\fR returns the
current form init hook, if any (\fBNULL\fR if there is no such hook).
The function \fBset_form_term\fR sets a hook to be called at form-unpost time
-and just before a page change change once it is posted. \fBform_init\fR
+and just before a page change once it is posted. \fBform_init\fR
returns the current form term hook, if any (\fBNULL\fR if there is no such
hook).
.SH RETURN VALUE