summaryrefslogtreecommitdiff
path: root/lib/libform
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-11-14 01:35:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-11-14 01:35:39 +0000
commit511606141e59ca0e36e658b45fc0a50dc09f223d (patch)
treea506015e92a4469b63702989944f55229ab14231 /lib/libform
parent2f989e3c9fbd4a1d4ab89751828ab851ee1cdd3d (diff)
update the NAME section; ok nicm schwarze
Diffstat (limited to 'lib/libform')
-rw-r--r--lib/libform/form_cursor.36
-rw-r--r--lib/libform/form_data.36
-rw-r--r--lib/libform/form_field.38
-rw-r--r--lib/libform/form_field_attributes.39
-rw-r--r--lib/libform/form_field_buffer.38
-rw-r--r--lib/libform/form_field_info.36
-rw-r--r--lib/libform/form_field_just.36
-rw-r--r--lib/libform/form_field_new.38
-rw-r--r--lib/libform/form_field_opts.38
-rw-r--r--lib/libform/form_field_userptr.37
-rw-r--r--lib/libform/form_field_validation.37
-rw-r--r--lib/libform/form_fieldtype.38
-rw-r--r--lib/libform/form_hook.310
-rw-r--r--lib/libform/form_new.36
-rw-r--r--lib/libform/form_new_page.36
-rw-r--r--lib/libform/form_opts.38
-rw-r--r--lib/libform/form_page.38
-rw-r--r--lib/libform/form_post.37
-rw-r--r--lib/libform/form_requestname.38
-rw-r--r--lib/libform/form_userptr.37
-rw-r--r--lib/libform/form_win.38
21 files changed, 92 insertions, 63 deletions
diff --git a/lib/libform/form_cursor.3 b/lib/libform/form_cursor.3
index e6b9825c8a0..80c9be37193 100644
--- a/lib/libform/form_cursor.3
+++ b/lib/libform/form_cursor.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_cursor.3,v 1.7 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_cursor.3,v 1.8 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,10 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_cursor.3,v 1.7 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_cursor.3,v 1.8 2015/11/14 01:35:38 jmc Exp $
.TH form_cursor 3 ""
.SH NAME
-\fBform_cursor\fR - position a form window cursor
+\fBpos_form_cursor\fR - position a form window cursor
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_data.3 b/lib/libform/form_data.3
index e7fca9792cd..9cc41ff8289 100644
--- a/lib/libform/form_data.3
+++ b/lib/libform/form_data.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_data.3,v 1.11 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_data.3,v 1.12 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,10 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_data.3,v 1.11 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_data.3,v 1.12 2015/11/14 01:35:38 jmc Exp $
.TH form_data 3 ""
.SH NAME
-\fBform_data\fR - test for off-screen data in given forms
+\fBdata_ahead\fR, \fBdata_behind\fR - test for off-screen data in given forms
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field.3 b/lib/libform/form_field.3
index c5a464763e4..7821967c22d 100644
--- a/lib/libform/form_field.3
+++ b/lib/libform/form_field.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2003,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.TH form_field 3 ""
.SH NAME
-\fBform_field\fR - make and break connections between fields and forms
+\fBset_form_fields\fR, \fBform_fields\fR,
+\fBfield_count\fR, \fBmove_field\fR
+- make and break connections between fields and forms
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field_attributes.3 b/lib/libform/form_field_attributes.3
index ed9ac222042..1a8aa955021 100644
--- a/lib/libform/form_field_attributes.3
+++ b/lib/libform/form_field_attributes.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_attributes.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field_attributes.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2002,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,13 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_attributes.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field_attributes.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.TH form_field_attributes 3 ""
.SH NAME
-\fBform_field_attributes\fR - color and attribute control for form fields
+\fBset_field_fore\fR, \fBfield_fore\fR,
+\fBset_field_back\fR, \fBfield_back\fR,
+\fBset_field_pad\fR, \fBfield_pad\fR
+- color and attribute control for form fields
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field_buffer.3 b/lib/libform/form_field_buffer.3
index d9de3880c37..4686b66d33f 100644
--- a/lib/libform/form_field_buffer.3
+++ b/lib/libform/form_field_buffer.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_buffer.3,v 1.12 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field_buffer.3,v 1.13 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2006,2008 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_buffer.3,v 1.12 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field_buffer.3,v 1.13 2015/11/14 01:35:38 jmc Exp $
.TH form_field_buffer 3 ""
.SH NAME
-\fBform_field_buffer\fR - field buffer control
+\fBset_field_buffer\fR, \fBfield_buffer\fR,
+\fBset_field_status\fR, \fBfield_status\fR,
+\fBset_max_field\fR - field buffer control
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field_info.3 b/lib/libform/form_field_info.3
index 23aad7cdafd..b5c790726e0 100644
--- a/lib/libform/form_field_info.3
+++ b/lib/libform/form_field_info.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_info.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field_info.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,10 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_info.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field_info.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.TH form_field_info 3 ""
.SH NAME
-\fBform_field_info\fR - retrieve field characteristics
+\fBfield_info\fR, \fBdynamic_field_info\fR - retrieve field characteristics
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field_just.3 b/lib/libform/form_field_just.3
index c3246c2217b..a19df8ea15c 100644
--- a/lib/libform/form_field_just.3
+++ b/lib/libform/form_field_just.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_just.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field_just.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2003,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,10 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_just.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field_just.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.TH form_field_just 3 ""
.SH NAME
-\fBform_field_just\fR - retrieve field characteristics
+\fBset_field_just\fR, \fBfield_just\fR - retrieve field characteristics
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field_new.3 b/lib/libform/form_field_new.3
index 3528bb91907..6b7266d52ea 100644
--- a/lib/libform/form_field_new.3
+++ b/lib/libform/form_field_new.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_new.3,v 1.10 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field_new.3,v 1.11 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_new.3,v 1.10 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field_new.3,v 1.11 2015/11/14 01:35:38 jmc Exp $
.TH form_field_new 3 ""
.SH NAME
-\fBform_field_new\fR - create and destroy form fields
+\fBnew_field\fR, \fBdup_field\fR,
+\fBlink_field\fR, \fBfree_field\fR
+- create and destroy form fields
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field_opts.3 b/lib/libform/form_field_opts.3
index 9f2724d4ac1..7936d8b9f6b 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.11 2010/02/17 23:35:12 schwarze Exp $
+.\" $OpenBSD: form_field_opts.3,v 1.12 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_opts.3,v 1.11 2010/02/17 23:35:12 schwarze Exp $
+.\" $Id: form_field_opts.3,v 1.12 2015/11/14 01:35:38 jmc Exp $
.TH form_field_opts 3 ""
.SH NAME
-\fBform_field_opts\fR - set and get field options
+\fBset_field_opts\fR, \fBfield_opts_on\fR,
+\fBfield_opts_off\fR, \fBfield_opts\fR
+- set and get field options
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field_userptr.3 b/lib/libform/form_field_userptr.3
index f92f35a2019..6cbb483d29b 100644
--- a/lib/libform/form_field_userptr.3
+++ b/lib/libform/form_field_userptr.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_field_userptr.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field_userptr.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,11 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_userptr.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field_userptr.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.TH form_field_userptr 3 ""
.SH NAME
-\fBform_field_userptr\fR - associate application data with a form field
+\fBset_field_userptr\fR, \fBfield_userptr\fR
+- associate application data with a form field
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_field_validation.3 b/lib/libform/form_field_validation.3
index 660d46e35cd..f196f792f4e 100644
--- a/lib/libform/form_field_validation.3
+++ b/lib/libform/form_field_validation.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: form_field_validation.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_field_validation.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2003,2006 Free Software Foundation, Inc. *
@@ -28,10 +28,11 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_field_validation.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_field_validation.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.TH form_field_validation 3 ""
.SH NAME
-\fBform_field_validation\fR - data type validation for fields
+\fBset_field_type\fR, \fBfield_type\fR,
+\fBfield_arg\fR - data type validation for fields
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_fieldtype.3 b/lib/libform/form_fieldtype.3
index a8444862b9d..b2956a41ed3 100644
--- a/lib/libform/form_fieldtype.3
+++ b/lib/libform/form_fieldtype.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_fieldtype.3,v 1.11 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_fieldtype.3,v 1.12 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2003,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_fieldtype.3,v 1.11 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_fieldtype.3,v 1.12 2015/11/14 01:35:38 jmc Exp $
.TH form_fieldtype 3 ""
.SH NAME
-\fBform_fieldtype\fR - define validation-field types
+\fBnew_fieldtype\fR, \fBfree_fieldtype\fR,
+\fBset_fieldtype_arg\fR, \fBset_fieldtype_choice\fR,
+\fBlink_fieldtype\fR - define validation-field types
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_hook.3 b/lib/libform/form_hook.3
index 4d53f0351f2..20686a7d4ea 100644
--- a/lib/libform/form_hook.3
+++ b/lib/libform/form_hook.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_hook.3,v 1.10 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_hook.3,v 1.11 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
@@ -29,10 +29,14 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_hook.3,v 1.10 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_hook.3,v 1.11 2015/11/14 01:35:38 jmc Exp $
.TH form_hook 3 ""
.SH NAME
-\fBform_hook\fR - set hooks for automatic invocation by applications
+\fBset_field_init\fR, \fBfield_init\fR,
+\fBset_field_term\fR, \fBfield_term\fR,
+\fBset_form_init\fR, \fBform_init\fR,
+\fBset_form_term\fR, \fBform_term\fR
+- set hooks for automatic invocation by applications
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_new.3 b/lib/libform/form_new.3
index abe1a678197..b79e8d60172 100644
--- a/lib/libform/form_new.3
+++ b/lib/libform/form_new.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_new.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_new.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,10 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_new.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_new.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.TH form_new 3 ""
.SH NAME
-\fBform_new\fR - create and destroy forms
+\fBnew_form\fR, \fBfree_form\fR - create and destroy forms
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_new_page.3 b/lib/libform/form_new_page.3
index 918fdf4d1db..ab686716952 100644
--- a/lib/libform/form_new_page.3
+++ b/lib/libform/form_new_page.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_new_page.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_new_page.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2002,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,10 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_new_page.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_new_page.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.TH form_new_page 3 ""
.SH NAME
-\fBform_new_page\fR - form pagination functions
+\fBset_new_page\fR, \fBnew_page\fR - form pagination functions
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_opts.3 b/lib/libform/form_opts.3
index 429910b71b4..b42bc78d889 100644
--- a/lib/libform/form_opts.3
+++ b/lib/libform/form_opts.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_opts.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_opts.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_opts.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_opts.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.TH form_opts 3 ""
.SH NAME
-\fBform_opts\fR - set and get form options
+\fBset_form_opts\fR, \fBform_opts_on\fR,
+\fBform_opts_off\fR, \fBform_opts\fR
+- set and get form options
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_page.3 b/lib/libform/form_page.3
index 845cfc7852f..3c9cb017ae5 100644
--- a/lib/libform/form_page.3
+++ b/lib/libform/form_page.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_page.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_page.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_page.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_page.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.TH form_page 3 ""
.SH NAME
-\fBform_page\fR - set and get form page number
+\fBset_current_field\fR, \fBcurrent_field\fR,
+\fBset_form_page\fR, \fBform_page\fR,
+\fBfield_index\fR - set and get form page number
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_post.3 b/lib/libform/form_post.3
index 1cc25cdae00..ca29a6a4698 100644
--- a/lib/libform/form_post.3
+++ b/lib/libform/form_post.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_post.3,v 1.7 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_post.3,v 1.8 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,11 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_post.3,v 1.7 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_post.3,v 1.8 2015/11/14 01:35:38 jmc Exp $
.TH form_post 3 ""
.SH NAME
-\fBform_post\fR - write or erase forms from associated subwindows
+\fBpost_form\fR, \fBunpost_form\fR
+- write or erase forms from associated subwindows
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_requestname.3 b/lib/libform/form_requestname.3
index 6812d20e5d9..f8e441ee8d3 100644
--- a/lib/libform/form_requestname.3
+++ b/lib/libform/form_requestname.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_requestname.3,v 1.7 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_requestname.3,v 1.8 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_requestname.3,v 1.7 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_requestname.3,v 1.8 2015/11/14 01:35:38 jmc Exp $
.TH form_requestname 3 ""
.SH NAME
-\fBform_requestname\fR - handle printable form request names
+\fBform_request_name\fR,
+\fBform_request_by_name\fR
+- handle printable form request names
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_userptr.3 b/lib/libform/form_userptr.3
index 9ea1daf3cd2..3b4be2e3c64 100644
--- a/lib/libform/form_userptr.3
+++ b/lib/libform/form_userptr.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_userptr.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_userptr.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,11 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_userptr.3,v 1.8 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_userptr.3,v 1.9 2015/11/14 01:35:38 jmc Exp $
.TH form_userptr 3 ""
.SH NAME
-\fBform_userptr\fR - associate application data with a form item
+\fBset_form_userptr\fR, \fBform_userptr\fR
+- associate application data with a form item
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
diff --git a/lib/libform/form_win.3 b/lib/libform/form_win.3
index fb42bcb0bd5..798fe2ef210 100644
--- a/lib/libform/form_win.3
+++ b/lib/libform/form_win.3
@@ -1,5 +1,5 @@
'\" t
-.\" $OpenBSD: form_win.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $OpenBSD: form_win.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.\"
.\"***************************************************************************
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc. *
@@ -29,10 +29,12 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: form_win.3,v 1.9 2010/01/12 23:22:07 nicm Exp $
+.\" $Id: form_win.3,v 1.10 2015/11/14 01:35:38 jmc Exp $
.TH form_win 3 ""
.SH NAME
-\fBform_win\fR - make and break form window and subwindow associations
+\fBset_form_win\fR, \fBform_win\fR,
+\fBset_form_sub\fR, \fBform_sub\fR,
+\fBscale_form\fR - make and break form window and subwindow associations
.SH SYNOPSIS
\fB#include <form.h>\fR
.br