summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-23 14:42:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-23 14:42:15 +0000
commitaa01c059faabe49199a85ca5af24c3a2a9dd257c (patch)
treefd0432832df282aea34cf3cdb05053f5b2ef3028
parent2a35d40fbbc14c42d55386d2395a724e248db6ce (diff)
more .%A handling; bk@rt.fm
-rw-r--r--bin/ksh/ksh.18
-rw-r--r--bin/ksh/ksh.1tbl8
-rw-r--r--bin/ksh/sh.18
-rw-r--r--bin/ksh/sh.1tbl8
-rw-r--r--lib/libc/db/man/btree.35
-rw-r--r--lib/libc/string/bm.35
-rw-r--r--sbin/mount_lfs/mount_lfs.813
-rw-r--r--usr.sbin/arp/arp.45
-rw-r--r--usr.sbin/timed/timedc/timedc.85
9 files changed, 41 insertions, 24 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 1bd610ff410..01db729a723 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.40 2001/05/28 15:36:08 aaron Exp $
+.\" $OpenBSD: ksh.1,v 1.41 2001/06/23 14:42:13 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -5104,13 +5104,15 @@ deleted and a new prompt to be printed.
.Xr environ 5
.Pp
.Rs
-.%A Morris Bolsky and David Korn
+.%A Morris Bolsky
+.%A David Korn
.%T "The KornShell Command and Programming Language"
.%D 1983
.%O "ISBN 0-13-516972-0"
.Re
.Rs
-.%A Stephen G. Kochan and Patrick H. Wood
+.%A Stephen G. Kochan
+.%A Patrick H. Wood
.%T "UNIX Shell Programming"
.%O "Hayden"
.Re
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index c39623c6257..169d01e6603 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1tbl,v 1.40 2001/05/28 15:36:08 aaron Exp $
+.\" $OpenBSD: ksh.1tbl,v 1.41 2001/06/23 14:42:13 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -5104,13 +5104,15 @@ deleted and a new prompt to be printed.
.Xr environ 5
.Pp
.Rs
-.%A Morris Bolsky and David Korn
+.%A Morris Bolsky
+.%A David Korn
.%T "The KornShell Command and Programming Language"
.%D 1983
.%O "ISBN 0-13-516972-0"
.Re
.Rs
-.%A Stephen G. Kochan and Patrick H. Wood
+.%A Stephen G. Kochan
+.%A Patrick H. Wood
.%T "UNIX Shell Programming"
.%O "Hayden"
.Re
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 09b0ea3d88d..ff5e04d2fcd 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.22 2001/05/28 15:36:08 aaron Exp $
+.\" $OpenBSD: sh.1,v 1.23 2001/06/23 14:42:13 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -3697,13 +3697,15 @@ signal and the shell exits.
.Xr environ 5
.Pp
.Rs
-.%A Morris Bolsky and David Korn
+.%A Morris Bolsky
+.%A David Korn
.%T "The KornShell Command and Programming Language"
.%D 1983
.%O "ISBN 0-13-516972-0"
.Re
.Rs
-.%A Stephen G. Kochan and Patrick H. Wood
+.%A Stephen G. Kochan
+.%A Patrick H. Wood
.%T "UNIX Shell Programming"
.%O "Hayden"
.Re
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl
index 7669dff39cf..10f8350deb8 100644
--- a/bin/ksh/sh.1tbl
+++ b/bin/ksh/sh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1tbl,v 1.22 2001/05/28 15:36:08 aaron Exp $
+.\" $OpenBSD: sh.1tbl,v 1.23 2001/06/23 14:42:13 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -3697,13 +3697,15 @@ signal and the shell exits.
.Xr environ 5
.Pp
.Rs
-.%A Morris Bolsky and David Korn
+.%A Morris Bolsky
+.%A David Korn
.%T "The KornShell Command and Programming Language"
.%D 1983
.%O "ISBN 0-13-516972-0"
.Re
.Rs
-.%A Stephen G. Kochan and Patrick H. Wood
+.%A Stephen G. Kochan
+.%A Patrick H. Wood
.%T "UNIX Shell Programming"
.%O "Hayden"
.Re
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3
index b85ad22786b..12443e04029 100644
--- a/lib/libc/db/man/btree.3
+++ b/lib/libc/db/man/btree.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: btree.3,v 1.14 2000/04/18 02:31:35 aaron Exp $
+.\" $OpenBSD: btree.3,v 1.15 2001/06/23 14:42:12 deraadt Exp $
.\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -243,7 +243,8 @@ for any of the errors specified for the library routine
.Re
.Rs
.%T "Prefix B-trees"
-.%A Bayer and Unterauer
+.%A Rudolf Bayer
+.%A Karl Unterauer
.%J ACM Transactions on Database Systems
.%V Vol. 2 , 1
.%D March 1977
diff --git a/lib/libc/string/bm.3 b/lib/libc/string/bm.3
index 15277de8853..7138ee42716 100644
--- a/lib/libc/string/bm.3
+++ b/lib/libc/string/bm.3
@@ -32,7 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: bm.3,v 1.5 2000/04/21 15:24:19 aaron Exp $
+.\" $OpenBSD: bm.3,v 1.6 2001/06/23 14:42:12 deraadt Exp $
.\"
.Dd June 29, 1999
.Dt BM 3
@@ -107,7 +107,8 @@ is
.Xr strstr 3
.Rs
.%R "Fast String Searching"
-.%A "Hume and Sunday"
+.%A Andrew Hume
+.%A Daniel Sunday
.%J "Software Practice and Experience"
.%V Volume 21, 11 (November 1991)
.%P 1221-48
diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8
index f755113bfb1..4a9e813f8e8 100644
--- a/sbin/mount_lfs/mount_lfs.8
+++ b/sbin/mount_lfs/mount_lfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_lfs.8,v 1.10 1999/07/21 01:07:55 deraadt Exp $
+.\" $OpenBSD: mount_lfs.8,v 1.11 2001/06/23 14:42:14 deraadt Exp $
.\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -91,7 +91,8 @@ to read data in small chunks when cleaning the file system.
.Xr mount 8
.Pp
.Rs
-.%A Ousterhout and Douglis
+.%A John Ousterhout
+.%A Fred Douglis
.%D 1989
.%T "Beating the I/O Bottleneck: A Case for Log-structured File Systems"
.%J "Operating Systems Review"
@@ -101,7 +102,8 @@ to read data in small chunks when cleaning the file system.
.%O "also available as Technical Report UCB/CSD 88/467"
.Re
.Rs
-.%A Rosenblum and Ousterhout
+.%A Mendel Rosenblum
+.%A John Ousterhout
.%D 1991
.%T "The Design and Implementation of a Log-Structured File System"
.%J "ACM SIGOPS Operating Systems Review"
@@ -116,7 +118,10 @@ to read data in small chunks when cleaning the file system.
.%O "also available as Technical Report UCB/ERL M92"
.Re
.Rs
-.%A Seltzer, Bostic, McKusick and Staelin
+.%A Margo Seltzer
+.%A Keith Bostic
+.%A Marshall Kirk McKusick
+.%A Carl Staelin
.%D 1993
.%T "An Implementation of a Log-Structured File System for UNIX"
.%J "Proc. of the Winter 1993 USENIX Conf."
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4
index 54c933d4696..dccecacb12f 100644
--- a/usr.sbin/arp/arp.4
+++ b/usr.sbin/arp/arp.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: arp.4,v 1.11 2001/06/23 02:33:06 deraadt Exp $
+.\" $OpenBSD: arp.4,v 1.12 2001/06/23 14:42:12 deraadt Exp $
.\" $NetBSD: arp.4,v 1.2 1995/03/01 11:50:56 chopps Exp $
.\"
.\" Copyright (c) 1985, 1986, 1988, 1994
@@ -137,7 +137,8 @@ The routing information is not modified.
.%T RFC826
.Re
.Rs
-.%A Karels, M.J. and Leffler, S.J .
+.%A Karels, M.J.
+.%A Leffler, S.J.
.%B "Trailer Encapsulations
.%T RFC893
.Re
diff --git a/usr.sbin/timed/timedc/timedc.8 b/usr.sbin/timed/timedc/timedc.8
index bc04525434a..1528190645d 100644
--- a/usr.sbin/timed/timedc/timedc.8
+++ b/usr.sbin/timed/timedc/timedc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timedc.8,v 1.9 2001/06/23 02:33:01 deraadt Exp $
+.\" $OpenBSD: timedc.8,v 1.10 2001/06/23 14:42:13 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -128,8 +128,9 @@ log file for master timed
.Xr icmp 4 ,
.Xr timed 8
.Rs
-.%A R. Gusella and S. Zatti
.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
+.%A R. Gusella
+.%A S. Zatti
.Re
.Sh DIAGNOSTICS
.Bl -tag -width Ds -compact