Module Name: src
Committed By: joerg
Date: Mon Mar 22 21:58:31 UTC 2010
Modified Files:
src/lib/libform: form_cursor.3 form_data.3 form_driver.3 form_field.3
form_field_attributes.3 form_field_buffer.3 form_field_info.3
form_field_just.3 form_field_new.3 form_field_opts.3
form_field_userptr.3 form_field_validation.3 form_fieldtype.3
form_hook.3 form_new.3 form_new_page.3 form_opts.3 form_page.3
form_post.3 form_userptr.3 form_win.3
Log Message:
Use .In instead of .Ar Pa for header files.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libform/form_cursor.3 \
src/lib/libform/form_data.3 src/lib/libform/form_field_info.3 \
src/lib/libform/form_field_userptr.3 src/lib/libform/form_new.3 \
src/lib/libform/form_userptr.3
cvs rdiff -u -r1.10 -r1.11 src/lib/libform/form_driver.3 \
src/lib/libform/form_field.3 src/lib/libform/form_field_just.3 \
src/lib/libform/form_field_new.3 src/lib/libform/form_field_opts.3 \
src/lib/libform/form_fieldtype.3 src/lib/libform/form_new_page.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libform/form_field_attributes.3 \
src/lib/libform/form_field_validation.3 src/lib/libform/form_hook.3 \
src/lib/libform/form_opts.3 src/lib/libform/form_page.3 \
src/lib/libform/form_post.3 src/lib/libform/form_win.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libform/form_field_buffer.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libform/form_cursor.3
diff -u src/lib/libform/form_cursor.3:1.8 src/lib/libform/form_cursor.3:1.9
--- src/lib/libform/form_cursor.3:1.8 Wed Nov 24 12:47:20 2004
+++ src/lib/libform/form_cursor.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_cursor.3,v 1.8 2004/11/24 12:47:20 wiz Exp $
+.\" $NetBSD: form_cursor.3,v 1.9 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -64,8 +64,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_data.3
diff -u src/lib/libform/form_data.3:1.8 src/lib/libform/form_data.3:1.9
--- src/lib/libform/form_data.3:1.8 Wed Nov 24 12:42:51 2004
+++ src/lib/libform/form_data.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_data.3,v 1.8 2004/11/24 12:42:51 wiz Exp $
+.\" $NetBSD: form_data.3,v 1.9 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -68,8 +68,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field_info.3
diff -u src/lib/libform/form_field_info.3:1.8 src/lib/libform/form_field_info.3:1.9
--- src/lib/libform/form_field_info.3:1.8 Wed Nov 24 12:12:19 2004
+++ src/lib/libform/form_field_info.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_info.3,v 1.8 2004/11/24 12:12:19 wiz Exp $
+.\" $NetBSD: form_field_info.3,v 1.9 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -82,8 +82,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field_userptr.3
diff -u src/lib/libform/form_field_userptr.3:1.8 src/lib/libform/form_field_userptr.3:1.9
--- src/lib/libform/form_field_userptr.3:1.8 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_field_userptr.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_userptr.3,v 1.8 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_field_userptr.3,v 1.9 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -67,8 +67,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_new.3
diff -u src/lib/libform/form_new.3:1.8 src/lib/libform/form_new.3:1.9
--- src/lib/libform/form_new.3:1.8 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_new.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_new.3,v 1.8 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_new.3,v 1.9 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -78,8 +78,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_userptr.3
diff -u src/lib/libform/form_userptr.3:1.8 src/lib/libform/form_userptr.3:1.9
--- src/lib/libform/form_userptr.3:1.8 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_userptr.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_userptr.3,v 1.8 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_userptr.3,v 1.9 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -67,8 +67,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_driver.3
diff -u src/lib/libform/form_driver.3:1.10 src/lib/libform/form_driver.3:1.11
--- src/lib/libform/form_driver.3:1.10 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_driver.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_driver.3,v 1.10 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_driver.3,v 1.11 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -219,8 +219,8 @@
For the purposes of sorting, the
fields top left corner is used as the sort criteria.
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field.3
diff -u src/lib/libform/form_field.3:1.10 src/lib/libform/form_field.3:1.11
--- src/lib/libform/form_field.3:1.10 Wed Nov 24 12:40:54 2004
+++ src/lib/libform/form_field.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field.3,v 1.10 2004/11/24 12:40:54 wiz Exp $
+.\" $NetBSD: form_field.3,v 1.11 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -104,8 +104,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field_just.3
diff -u src/lib/libform/form_field_just.3:1.10 src/lib/libform/form_field_just.3:1.11
--- src/lib/libform/form_field_just.3:1.10 Wed Nov 24 12:47:20 2004
+++ src/lib/libform/form_field_just.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_just.3,v 1.10 2004/11/24 12:47:20 wiz Exp $
+.\" $NetBSD: form_field_just.3,v 1.11 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -90,8 +90,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field_new.3
diff -u src/lib/libform/form_field_new.3:1.10 src/lib/libform/form_field_new.3:1.11
--- src/lib/libform/form_field_new.3:1.10 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_field_new.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_new.3,v 1.10 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_field_new.3,v 1.11 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -110,8 +110,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field_opts.3
diff -u src/lib/libform/form_field_opts.3:1.10 src/lib/libform/form_field_opts.3:1.11
--- src/lib/libform/form_field_opts.3:1.10 Wed Nov 24 12:09:13 2004
+++ src/lib/libform/form_field_opts.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_opts.3,v 1.10 2004/11/24 12:09:13 wiz Exp $
+.\" $NetBSD: form_field_opts.3,v 1.11 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -145,11 +145,11 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
The option
.Dv O_REFORMAT
is a
Index: src/lib/libform/form_fieldtype.3
diff -u src/lib/libform/form_fieldtype.3:1.10 src/lib/libform/form_fieldtype.3:1.11
--- src/lib/libform/form_fieldtype.3:1.10 Wed Nov 24 12:42:51 2004
+++ src/lib/libform/form_fieldtype.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_fieldtype.3,v 1.10 2004/11/24 12:42:51 wiz Exp $
+.\" $NetBSD: form_fieldtype.3,v 1.11 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -143,8 +143,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_new_page.3
diff -u src/lib/libform/form_new_page.3:1.10 src/lib/libform/form_new_page.3:1.11
--- src/lib/libform/form_new_page.3:1.10 Wed Nov 24 12:47:20 2004
+++ src/lib/libform/form_new_page.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_new_page.3,v 1.10 2004/11/24 12:47:20 wiz Exp $
+.\" $NetBSD: form_new_page.3,v 1.11 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -68,8 +68,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field_attributes.3
diff -u src/lib/libform/form_field_attributes.3:1.9 src/lib/libform/form_field_attributes.3:1.10
--- src/lib/libform/form_field_attributes.3:1.9 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_field_attributes.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_attributes.3,v 1.9 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_field_attributes.3,v 1.10 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -93,8 +93,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field_validation.3
diff -u src/lib/libform/form_field_validation.3:1.9 src/lib/libform/form_field_validation.3:1.10
--- src/lib/libform/form_field_validation.3:1.9 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_field_validation.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_validation.3,v 1.9 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_field_validation.3,v 1.10 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -75,8 +75,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_hook.3
diff -u src/lib/libform/form_hook.3:1.9 src/lib/libform/form_hook.3:1.10
--- src/lib/libform/form_hook.3:1.9 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_hook.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_hook.3,v 1.9 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_hook.3,v 1.10 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -109,8 +109,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_opts.3
diff -u src/lib/libform/form_opts.3:1.9 src/lib/libform/form_opts.3:1.10
--- src/lib/libform/form_opts.3:1.9 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_opts.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_opts.3,v 1.9 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_opts.3,v 1.10 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -97,8 +97,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_page.3
diff -u src/lib/libform/form_page.3:1.9 src/lib/libform/form_page.3:1.10
--- src/lib/libform/form_page.3:1.9 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_page.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_page.3,v 1.9 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_page.3,v 1.10 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - [email protected], [email protected]
@@ -106,11 +106,11 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
.Pp
The
.Nm form_max_page
Index: src/lib/libform/form_post.3
diff -u src/lib/libform/form_post.3:1.9 src/lib/libform/form_post.3:1.10
--- src/lib/libform/form_post.3:1.9 Wed Nov 24 12:47:20 2004
+++ src/lib/libform/form_post.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_post.3,v 1.9 2004/11/24 12:47:20 wiz Exp $
+.\" $NetBSD: form_post.3,v 1.10 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -78,8 +78,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_win.3
diff -u src/lib/libform/form_win.3:1.9 src/lib/libform/form_win.3:1.10
--- src/lib/libform/form_win.3:1.9 Wed Nov 24 12:26:23 2004
+++ src/lib/libform/form_win.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_win.3,v 1.9 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_win.3,v 1.10 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -102,8 +102,8 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
Index: src/lib/libform/form_field_buffer.3
diff -u src/lib/libform/form_field_buffer.3:1.12 src/lib/libform/form_field_buffer.3:1.13
--- src/lib/libform/form_field_buffer.3:1.12 Sat Oct 15 12:43:20 2005
+++ src/lib/libform/form_field_buffer.3 Mon Mar 22 21:58:31 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_buffer.3,v 1.12 2005/10/15 12:43:20 peter Exp $
+.\" $NetBSD: form_field_buffer.3,v 1.13 2010/03/22 21:58:31 joerg Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - [email protected], [email protected]
@@ -122,11 +122,11 @@
.Xr forms 3
.Sh NOTES
The header
-.Aq Pa form.h
+.In form.h
automatically includes both
-.Aq Pa curses.h
+.In curses.h
and
-.Aq Pa eti.h .
+.In eti.h .
The function
.Fn set_field_printf
is a