Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib Use .In instead of .Ar Pa for header files.
details: https://anonhg.NetBSD.org/src/rev/31ed467d3cb3
branches: trunk
changeset: 753315:31ed467d3cb3
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Mar 22 21:58:31 2010 +0000
description:
Use .In instead of .Ar Pa for header files.
diffstat:
lib/libform/form_cursor.3 | 8 ++++----
lib/libform/form_data.3 | 8 ++++----
lib/libform/form_driver.3 | 8 ++++----
lib/libform/form_field.3 | 8 ++++----
lib/libform/form_field_attributes.3 | 8 ++++----
lib/libform/form_field_buffer.3 | 8 ++++----
lib/libform/form_field_info.3 | 8 ++++----
lib/libform/form_field_just.3 | 8 ++++----
lib/libform/form_field_new.3 | 8 ++++----
lib/libform/form_field_opts.3 | 8 ++++----
lib/libform/form_field_userptr.3 | 8 ++++----
lib/libform/form_field_validation.3 | 8 ++++----
lib/libform/form_fieldtype.3 | 8 ++++----
lib/libform/form_hook.3 | 8 ++++----
lib/libform/form_new.3 | 8 ++++----
lib/libform/form_new_page.3 | 8 ++++----
lib/libform/form_opts.3 | 8 ++++----
lib/libform/form_page.3 | 8 ++++----
lib/libform/form_post.3 | 8 ++++----
lib/libform/form_userptr.3 | 8 ++++----
lib/libform/form_win.3 | 8 ++++----
lib/libusbhid/usbhid.3 | 4 ++--
22 files changed, 86 insertions(+), 86 deletions(-)
diffs (truncated from 468 to 300 lines):
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_cursor.3
--- a/lib/libform/form_cursor.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_cursor.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_data.3
--- a/lib/libform/form_data.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_data.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_driver.3
--- a/lib/libform/form_driver.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_driver.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field.3
--- a/lib/libform/form_field.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field_attributes.3
--- a/lib/libform/form_field_attributes.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field_attributes.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field_buffer.3
--- a/lib/libform/form_field_buffer.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field_buffer.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field_info.3
--- a/lib/libform/form_field_info.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field_info.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field_just.3
--- a/lib/libform/form_field_just.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field_just.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field_new.3
--- a/lib/libform/form_field_new.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field_new.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field_opts.3
--- a/lib/libform/form_field_opts.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field_opts.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field_userptr.3
--- a/lib/libform/form_field_userptr.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field_userptr.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_field_validation.3
--- a/lib/libform/form_field_validation.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_field_validation.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_fieldtype.3
--- a/lib/libform/form_fieldtype.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_fieldtype.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
diff -r 5c9bc6d62d31 -r 31ed467d3cb3 lib/libform/form_hook.3
--- a/lib/libform/form_hook.3 Mon Mar 22 21:56:05 2010 +0000
+++ b/lib/libform/form_hook.3 Mon Mar 22 21:58:31 2010 +0000
@@ -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 - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -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 .
Home |
Main Index |
Thread Index |
Old Index