summaryrefslogtreecommitdiff
path: root/lib/libform
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-03-18 11:11:07 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-03-18 11:11:07 +0000
commit54b0c19f836e008fb6c17850333c6c62660f8580 (patch)
treeb2e0cacc87404689ef0048f5d9c24096a0796734 /lib/libform
parentf8e10619c7be88807438402a21ee8f28651cf120 (diff)
typo; nash@mcs.net
Diffstat (limited to 'lib/libform')
-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