summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libarch/i386/i386_vm86.23
-rw-r--r--lib/libc/crypt/blowfish.34
-rw-r--r--lib/libc/crypt/crypt.34
-rw-r--r--lib/libc/db/man/dbopen.33
-rw-r--r--lib/libc/db/man/hcreate.34
-rw-r--r--lib/libc/db/man/recno.33
-rw-r--r--lib/libc/gen/basename.34
-rw-r--r--lib/libc/gen/dirname.34
-rw-r--r--lib/libc/gen/exec.33
-rw-r--r--lib/libc/gen/ftok.34
-rw-r--r--lib/libc/gen/readpassphrase.33
-rw-r--r--lib/libc/gen/sysctl.34
-rw-r--r--lib/libc/hash/rmd160.35
-rw-r--r--lib/libc/hash/sha1.35
-rw-r--r--lib/libc/md/mdX.34
-rw-r--r--lib/libc/net/ethers.34
-rw-r--r--lib/libc/net/getaddrinfo.33
-rw-r--r--lib/libc/net/getnameinfo.33
-rw-r--r--lib/libc/rpc/rpc.34
-rw-r--r--lib/libc/stdlib/radixsort.33
-rw-r--r--lib/libc/stdlib/rand48.34
-rw-r--r--lib/libc/string/strtok.33
-rw-r--r--lib/libc/sys/chown.26
-rw-r--r--lib/libc/sys/getitimer.23
-rw-r--r--lib/libc/sys/getpgrp.25
-rw-r--r--lib/libc/sys/getsockname.23
-rw-r--r--lib/libc/sys/msgrcv.25
-rw-r--r--lib/libc/sys/msgsnd.25
-rw-r--r--lib/libc/sys/sigaction.23
-rw-r--r--lib/libc/sys/swapctl.22
-rw-r--r--lib/libc/yp/ypclnt.34
-rw-r--r--lib/libc_r/man/pthread_attr_setdetachstate.33
-rw-r--r--lib/libkeynote/keynote.18
-rw-r--r--lib/libkeynote/keynote.35
-rw-r--r--lib/libkeynote/keynote.418
-rw-r--r--lib/libkeynote/keynote.520
-rw-r--r--lib/libkvm/kvm_dump.35
-rw-r--r--lib/libocurses/ocurses.32
-rw-r--r--lib/libpthread/man/pthread_attr_setdetachstate.33
-rw-r--r--lib/libutil/login_fbtab.34
-rw-r--r--lib/libutil/uucplock.33
-rw-r--r--lib/libwrap/hosts_access.34
-rw-r--r--lib/libwrap/hosts_access.55
-rw-r--r--lib/libwrap/hosts_options.54
-rw-r--r--lib/libwrap/rfc1413.33
45 files changed, 81 insertions, 123 deletions
diff --git a/lib/libarch/i386/i386_vm86.2 b/lib/libarch/i386/i386_vm86.2
index d76986bfec1..2bf07c5a635 100644
--- a/lib/libarch/i386/i386_vm86.2
+++ b/lib/libarch/i386/i386_vm86.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: i386_vm86.2,v 1.6 2000/10/18 05:12:06 aaron Exp $
+.\" $OpenBSD: i386_vm86.2,v 1.7 2001/08/06 10:42:25 mpech Exp $
.\" $NetBSD: i386_vm86.2,v 1.1 1996/02/21 00:21:52 jtk Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -103,5 +103,6 @@ will fail if:
The state at
.Ar vmcp
was not readable to the user process.
+.El
.Sh REFERENCES
i386 Microprocessor Programmer's Reference Manual, Intel
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3
index 6d8c5db88d9..3e600658fad 100644
--- a/lib/libc/crypt/blowfish.3
+++ b/lib/libc/crypt/blowfish.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: blowfish.3,v 1.9 2000/04/18 02:31:34 aaron Exp $
+.\" $OpenBSD: blowfish.3,v 1.10 2001/08/06 10:42:25 mpech Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -102,5 +102,5 @@ cipher, e.g., for the blowfish password hashing function.
.Xr passwd 1 ,
.Xr crypt 3 ,
.Xr passwd 5
-.Sh AUTHOR
+.Sh AUTHORS
Niels Provos <provos@physnet.uni-hamburg.de>
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index 8e44c4d5176..5ac7a87e877 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.17 2000/04/28 07:00:19 deraadt Exp $
+.\" $OpenBSD: crypt.3,v 1.18 2001/08/06 10:42:25 mpech Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -281,7 +281,7 @@ functions all manipulate the same key space.
.Xr getpass 3 ,
.Xr md5 3 ,
.Xr passwd 5
-.Sh AUTHOR
+.Sh AUTHORS
David Burren <davidb@werj.com.au>
.Sh HISTORY
A rotor-based
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index e7f4684d866..9673d5785d2 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dbopen.3,v 1.17 2001/06/23 05:57:03 deraadt Exp $
+.\" $OpenBSD: dbopen.3,v 1.18 2001/08/06 10:42:25 mpech Exp $
.\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -531,7 +531,6 @@ for any of the errors specified for the library routine
.Xr hash 3 ,
.Xr mpool 3 ,
.Xr recno 3
-.Pp
.Rs
.%T "LIBTP: Portable, Modular Transactions for UNIX"
.%A Margo Seltzer
diff --git a/lib/libc/db/man/hcreate.3 b/lib/libc/db/man/hcreate.3
index 6a17ad4ec33..3b26e926ae3 100644
--- a/lib/libc/db/man/hcreate.3
+++ b/lib/libc/db/man/hcreate.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hcreate.3,v 1.1 2001/04/16 00:08:47 millert Exp $
+.\" $OpenBSD: hcreate.3,v 1.2 2001/08/06 10:42:25 mpech Exp $
.\" $NetBSD: hcreate.3,v 1.2.4.1 2001/03/13 21:19:18 he Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -127,7 +127,6 @@ key must not be modified during the lifetime of the hash table.
Search the hash table without inserting
.Fa item .
.El
-.Pp
.Sh RETURN VALUES
If successful, the
.Fn hcreate
@@ -181,7 +180,6 @@ and
functions conform to
.St -xpg4.2 .
.Sh BUGS
-.Pp
The interface permits the use of only one hash table at a time.
.Sh HISTORY
The
diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3
index e75373de5c2..9f9f95db4f8 100644
--- a/lib/libc/db/man/recno.3
+++ b/lib/libc/db/man/recno.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recno.3,v 1.10 2000/04/18 02:31:36 aaron Exp $
+.\" $OpenBSD: recno.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
.\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -207,6 +207,7 @@ or the following:
.It Bq Er EINVAL
An attempt was made to add a record to a fixed-length database that
was too large to fit.
+.El
.Sh SEE ALSO
.Xr btree 3 ,
.Xr dbopen 3 ,
diff --git a/lib/libc/gen/basename.3 b/lib/libc/gen/basename.3
index b31ff96ec6c..da5f1f42524 100644
--- a/lib/libc/gen/basename.3
+++ b/lib/libc/gen/basename.3
@@ -24,7 +24,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: basename.3,v 1.13 2000/12/24 00:30:46 aaron Exp $
+.\" $OpenBSD: basename.3,v 1.14 2001/08/06 10:42:25 mpech Exp $
.\"
.Dd August 17, 1997
.Dt BASENAME 3
@@ -93,5 +93,5 @@ The
.Fn basename
function first appeared in
.Ox 2.2 .
-.Sh AUTHOR
+.Sh AUTHORS
Todd C. Miller <Todd.Miller@courtesan.com>
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3
index c8991d71ee1..9351b700fa4 100644
--- a/lib/libc/gen/dirname.3
+++ b/lib/libc/gen/dirname.3
@@ -24,7 +24,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: dirname.3,v 1.10 2000/12/24 00:30:47 aaron Exp $
+.\" $OpenBSD: dirname.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
.\"
.Dd August 17, 1997
.Dt DIRNAME 3
@@ -100,5 +100,5 @@ The
.Fn dirname
function first appeared in
.Ox 2.2 .
-.Sh AUTHOR
+.Sh AUTHORS
Todd C. Miller <Todd.Miller@courtesan.com>
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index e34ccf90947..12da41ae013 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exec.3,v 1.12 2001/03/14 04:02:00 aaron Exp $
+.\" $OpenBSD: exec.3,v 1.13 2001/08/06 10:42:25 mpech Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -165,7 +165,6 @@ returned
.Er ETXTBUSY ) ,
these functions will sleep for several seconds,
periodically re-attempting to execute the file.
-.Pp
.Sh RETURN VALUES
If any of the
.Xr exec
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3
index b5f4dfbcc34..ae7af64f476 100644
--- a/lib/libc/gen/ftok.3
+++ b/lib/libc/gen/ftok.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftok.3,v 1.10 2000/04/18 03:01:26 aaron Exp $
+.\" $OpenBSD: ftok.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
.\"
.\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
.\" All rights reserved.
@@ -73,7 +73,7 @@ The
.Fn ftok
function originated with System V and is typically used by programs
that use the System V IPC routines.
-.Sh AUTHOR
+.Sh AUTHORS
Thorsten Lockert <tholo@sigmasoft.com>
.Sh BUGS
The returned key is computed based on the device and inode of the
diff --git a/lib/libc/gen/readpassphrase.3 b/lib/libc/gen/readpassphrase.3
index 8880dd8bf88..b39ce37bd3f 100644
--- a/lib/libc/gen/readpassphrase.3
+++ b/lib/libc/gen/readpassphrase.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: readpassphrase.3,v 1.2 2000/12/24 00:30:50 aaron Exp $
+.\" $OpenBSD: readpassphrase.3,v 1.3 2001/08/06 10:42:25 mpech Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -103,6 +103,7 @@ if (compare(transform(passbuf), epass) != 0)
\&...
memset(passbuf, 0, sizeof(passbuf));
+.Ed
.Sh FILES
.Bl -tag -width /dev/tty -compact
.It Pa /dev/tty
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 9719e978995..165fae30dfd 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.71 2001/07/05 08:51:25 jjbg Exp $
+.\" $OpenBSD: sysctl.3,v 1.72 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1379,7 +1379,7 @@ Some filesystems may contain settings.
.It Dv NFS_NIOTHREADS No " int yes"
.El
.El
-.Pp
+.El
.Sh RETURN VALUES
If the call to
.Fn sysctl
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3
index f40538f3d60..907da59ed5e 100644
--- a/lib/libc/hash/rmd160.3
+++ b/lib/libc/hash/rmd160.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.3,v 1.13 2000/12/21 17:34:33 aaron Exp $
+.\" $OpenBSD: rmd160.3,v 1.14 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -188,7 +188,7 @@ If a message digest is to be copied to a multi-byte type (ie:
an array of five 32-bit integers) it will be necessary to
perform byte swapping on little endian machines such as the i386, alpha,
and vax.
-.Sh AUTHOR
+.Sh AUTHORS
This implementation of RMD-160 was written by Antoon Bosselaers.
.Pp
The
@@ -202,7 +202,6 @@ helper functions are derived from code written by Poul-Henning Kamp.
.Xr md4 3 ,
.Xr md5 3 ,
.Xr sha1 3
-.Pp
.Rs
.%A H. Dobbertin, A. Bosselaers, B. Preneel
.%T RIPEMD-160, a strengthened version of RIPEMD
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index d453cc15d4e..6b1f4daf9ce 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.3,v 1.19 2000/12/21 17:34:33 aaron Exp $
+.\" $OpenBSD: sha1.3,v 1.20 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -187,7 +187,7 @@ If a message digest is to be copied to a multi-byte type (ie:
an array of five 32-bit integers) it will be necessary to
perform byte swapping on little endian machines such as the i386, alpha,
and vax.
-.Sh AUTHOR
+.Sh AUTHORS
This implementation of SHA-1 was written by Steve Reid.
.Pp
The
@@ -201,7 +201,6 @@ helper functions are derived from code written by Poul-Henning Kamp.
.Xr md4 3 ,
.Xr md5 3 ,
.Xr rmd160 3
-.Pp
.Rs
.%A J. Burrows
.%T The Secure Hash Standard
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3
index e91eb4fd977..03569568cd7 100644
--- a/lib/libc/md/mdX.3
+++ b/lib/libc/md/mdX.3
@@ -6,7 +6,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $OpenBSD: mdX.3,v 1.16 2000/04/18 03:01:30 aaron Exp $
+.\" $OpenBSD: mdX.3,v 1.17 2001/08/06 10:42:26 mpech Exp $
.\"
.Dd October 9, 1996
.Dt MDX 3
@@ -168,7 +168,7 @@ argument is non-null it must point to at least 33 characters of buffer space.
.%A Hans Dobbertin
.%T Cryptanalysis of MD5 Compress
.Re
-.Sh AUTHOR
+.Sh AUTHORS
The original MDX routines were developed by
.Tn RSA
Data Security, Inc., and published in the above references.
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3
index 4d4d24146de..0509c121b8d 100644
--- a/lib/libc/net/ethers.3
+++ b/lib/libc/net/ethers.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ethers.3,v 1.13 2000/12/17 21:30:38 millert Exp $
+.\" $OpenBSD: ethers.3,v 1.14 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Written by roland@frob.com. Public domain.
.\"
@@ -112,7 +112,7 @@ The
and
.Fn ether_line
functions were adopted from SunOS and appeared in
-NetBSD 0.9b.
+.Nx 0.9 b.
.Sh BUGS
The data space used by these functions is static; if future use
requires the data, it should be copied before any subsequent calls to
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3
index 9e811a168dd..f9fbe96feb7 100644
--- a/lib/libc/net/getaddrinfo.3
+++ b/lib/libc/net/getaddrinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getaddrinfo.3,v 1.18 2001/08/05 18:57:08 itojun Exp $
+.\" $OpenBSD: getaddrinfo.3,v 1.19 2001/08/06 10:42:26 mpech Exp $
.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -540,7 +540,6 @@ indicate an unknown error.
.Xr services 5 ,
.Xr hostname 7 ,
.Xr named 8
-.Pp
.Rs
.%A R. Gilligan
.%A S. Thomson
diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3
index 45f8950c741..44eda4a4d5e 100644
--- a/lib/libc/net/getnameinfo.3
+++ b/lib/libc/net/getnameinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getnameinfo.3,v 1.15 2001/08/05 18:57:08 itojun Exp $
+.\" $OpenBSD: getnameinfo.3,v 1.16 2001/08/06 10:42:26 mpech Exp $
.\" $KAME: getnameinfo.3,v 1.20 2001/01/05 13:37:37 itojun Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -256,7 +256,6 @@ The error code can be found in errno.
.Xr services 5 ,
.Xr hostname 7 ,
.Xr named 8
-.Pp
.Rs
.%A R. Gilligan
.%A S. Thomson
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index dcb48497576..f5bc75ffb46 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.3,v 1.25 2000/12/21 21:11:31 deraadt Exp $
+.\" $OpenBSD: rpc.3,v 1.26 2001/08/06 10:42:26 mpech Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.Dd February 16, 1988
@@ -1218,7 +1218,7 @@ Service implementors usually do not need this routine.
.Xr portmap 8
.Pp
The following manuals:
-.Re
+.Rs
.%T "Remote Procedure Calls: Protocol Specification;"
.%T "Remote Procedure Call Programming Guide;"
.%T "rpcgen Programming Guide;"
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3
index 64cc841a49f..f70990fa8ed 100644
--- a/lib/libc/stdlib/radixsort.3
+++ b/lib/libc/stdlib/radixsort.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: radixsort.3,v 1.6 2000/04/20 13:50:02 aaron Exp $
+.\" $OpenBSD: radixsort.3,v 1.7 2001/08/06 10:42:26 mpech Exp $
.\"
.Dd January 27, 1994
.Dt RADIXSORT 3
@@ -125,7 +125,6 @@ for any of the errors specified for the library routine
.Sh SEE ALSO
.Xr sort 1 ,
.Xr qsort 3
-.Pp
.Rs
.%A Knuth, D.E.
.%D 1968
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3
index 886e5273d9e..31a4fdf4ddb 100644
--- a/lib/libc/stdlib/rand48.3
+++ b/lib/libc/stdlib/rand48.3
@@ -9,7 +9,7 @@
.\" of any kind. I shall in no event be liable for anything that happens
.\" to anyone/anything when using this software.
.\"
-.\" $OpenBSD: rand48.3,v 1.7 2000/04/20 13:50:02 aaron Exp $
+.\" $OpenBSD: rand48.3,v 1.8 2001/08/06 10:42:26 mpech Exp $
.\"
.Dd October 8, 1993
.Dt RAND48 3
@@ -157,7 +157,7 @@ generator calls.
.Pp
For a more powerful random number generator, see
.Xr random 3
-.Sh AUTHOR
+.Sh AUTHORS
Martin Birgmeier
.Sh SEE ALSO
.Xr arc4random 3 ,
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index b3949d3e723..b8dad8eff06 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtok.3,v 1.14 2000/08/09 15:56:44 aaron Exp $
+.\" $OpenBSD: strtok.3,v 1.15 2001/08/06 10:42:26 mpech Exp $
.\"
.Dd June 29, 1991
.Dt STRTOK 3
@@ -94,7 +94,6 @@ and
modify the string,
.Fa str
should not point to an area in the initialized data segment.
-.Pp
.Sh EXAMPLES
The following will construct an array of pointers to each individual word in
the string
diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2
index 07d4f9895b8..3a83c3ce09e 100644
--- a/lib/libc/sys/chown.2
+++ b/lib/libc/sys/chown.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chown.2,v 1.9 2000/10/18 05:12:08 aaron Exp $
+.\" $OpenBSD: chown.2,v 1.10 2001/08/06 10:42:26 mpech Exp $
.\" $NetBSD: chown.2,v 1.10 1995/10/12 15:40:47 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -161,4 +161,6 @@ functions were changed to follow symbolic links in
.Pp
The
.Fn lchown
-function was added to OpenBSD due to the above.
+function was added to
+.Ox
+due to the above.
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2
index 0b52ecff5cd..997ce5051fe 100644
--- a/lib/libc/sys/getitimer.2
+++ b/lib/libc/sys/getitimer.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getitimer.2,v 1.14 2001/07/25 20:56:13 stevesk Exp $
+.\" $OpenBSD: getitimer.2,v 1.15 2001/08/06 10:42:26 mpech Exp $
.\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -176,7 +176,6 @@ and stores the result in
.Fn timeradd "a, b, res"
adds two timers and stores the result in
.Fa res Ns .
-.Pp
.Sh RETURN VALUES
If the calls succeed, a value of 0 is returned.
If an error occurs, the value \-1 is returned, and a more precise
diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2
index e278dcd070d..cea0ddacefc 100644
--- a/lib/libc/sys/getpgrp.2
+++ b/lib/libc/sys/getpgrp.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpgrp.2,v 1.7 2000/09/12 17:30:45 millert Exp $
+.\" $OpenBSD: getpgrp.2,v 1.8 2001/08/06 10:42:26 mpech Exp $
.\" $NetBSD: getpgrp.2,v 1.8 1995/02/27 12:33:09 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -101,7 +101,8 @@ function conforms to
The
.Fn getpgid
function call is derived from its usage in System V Release 4, and
-first appeared in NetBSD 1.2A.
+first appeared in
+.Nx 1.2 a.
.Sh COMPATIBILITY
This version of
.Fn getpgrp
diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2
index b1b15fb48c5..31c2f5a0c70 100644
--- a/lib/libc/sys/getsockname.2
+++ b/lib/libc/sys/getsockname.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsockname.2,v 1.15 2001/06/26 19:56:52 dugsong Exp $
+.\" $OpenBSD: getsockname.2,v 1.16 2001/08/06 10:42:26 mpech Exp $
.\" $NetBSD: getsockname.2,v 1.6 1995/10/12 15:41:00 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -113,7 +113,6 @@ does not point to enough space to hold the entire socket address, the
result will be truncated to
.Fa namelen
bytes.
-.Pp
.Sh RETURN VALUES
On success,
.Fn getsockname
diff --git a/lib/libc/sys/msgrcv.2 b/lib/libc/sys/msgrcv.2
index 23f0ba16932..e583a76d626 100644
--- a/lib/libc/sys/msgrcv.2
+++ b/lib/libc/sys/msgrcv.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msgrcv.2,v 1.9 2000/10/18 05:12:10 aaron Exp $
+.\" $OpenBSD: msgrcv.2,v 1.10 2001/08/06 10:42:26 mpech Exp $
.\" $NetBSD: msgrcv.2,v 1.2 1997/03/27 08:20:37 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -198,7 +198,8 @@ is set in
.Xr msgget 2 ,
.Xr msgsnd 2
.Sh BUGS
-OpenBSD does not define the
+.Ox
+does not define the
.Er EIDRM
error value, which should be used in
the case of a removed message queue, nor the
diff --git a/lib/libc/sys/msgsnd.2 b/lib/libc/sys/msgsnd.2
index 3dd3a4c08c7..8e7e524b07b 100644
--- a/lib/libc/sys/msgsnd.2
+++ b/lib/libc/sys/msgsnd.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msgsnd.2,v 1.8 2000/10/18 05:12:10 aaron Exp $
+.\" $OpenBSD: msgsnd.2,v 1.9 2001/08/06 10:42:26 mpech Exp $
.\" $NetBSD: msgsnd.2,v 1.2 1997/03/27 08:20:36 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -156,7 +156,8 @@ The system call was interrupted by the delivery of a signal.
.Xr msgget 2 ,
.Xr msgrcv 2
.Sh BUGS
-OpenBSD does not define the
+.Ox
+does not define the
.Er EIDRM
error value, which should be used
in the case of a removed message queue.
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 7ba36cfc6e7..60c71fc5c2d 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigaction.2,v 1.27 2001/03/11 05:02:30 aaron Exp $
+.\" $OpenBSD: sigaction.2,v 1.28 2001/08/06 10:42:26 mpech Exp $
.\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -459,7 +459,6 @@ handler(sig)
errno = save_errno;
}
.Ed
-.Pp
.Sh RETURN VALUES
A 0 value indicates that the call succeeded.
A \-1 return value indicates an error occurred and
diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2
index 551ee5a0cd8..ac0e05eea08 100644
--- a/lib/libc/sys/swapctl.2
+++ b/lib/libc/sys/swapctl.2
@@ -215,7 +215,7 @@ The
command is currently unimplemented by the
.Ox
kernel.
-.Sh AUTHOR
+.Sh AUTHORS
The current swap system was designed and implemented by Matthew Green
<mrg@eterna.com.au>, with help from Paul Kranenburg <pk@NetBSD.ORG>
and Leo Weppelman <leo@NetBSD.ORG>, and insights from Jason R. Thorpe
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3
index 09a2010e6c9..b6f88ee7524 100644
--- a/lib/libc/yp/ypclnt.3
+++ b/lib/libc/yp/ypclnt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypclnt.3,v 1.12 2000/10/18 05:12:13 aaron Exp $
+.\" $OpenBSD: ypclnt.3,v 1.13 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -356,5 +356,5 @@ The client cannot communicate with the YP server process.
.Xr yp 8 ,
.Xr ypbind 8 ,
.Xr ypserv 8
-.Sh AUTHOR
+.Sh AUTHORS
Theo De Raadt
diff --git a/lib/libc_r/man/pthread_attr_setdetachstate.3 b/lib/libc_r/man/pthread_attr_setdetachstate.3
index ad0a12d3814..408383879f0 100644
--- a/lib/libc_r/man/pthread_attr_setdetachstate.3
+++ b/lib/libc_r/man/pthread_attr_setdetachstate.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.2 2000/04/12 21:48:02 aaron Exp $
+.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.3 2001/08/06 10:42:26 mpech Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.Dd January 6, 2000
.Dt PTHREAD_ATTR_SETDETACHSTATE 3
@@ -55,7 +55,6 @@ to be in the joinable state. The default value of the
.Va detachstate
attribute is
.Dv PTHREAD_CREATE_JOINABLE .
-.Pp
.Sh RETURN VALUE
Upon successful completion,
.Fn pthread_attr_setdetachstate
diff --git a/lib/libkeynote/keynote.1 b/lib/libkeynote/keynote.1
index 18fb98925d9..c77bf3e612b 100644
--- a/lib/libkeynote/keynote.1
+++ b/lib/libkeynote/keynote.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.1,v 1.17 2000/09/17 02:11:12 aaron Exp $
+.\" $OpenBSD: keynote.1,v 1.18 2001/08/06 10:42:26 mpech Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -61,7 +61,6 @@ operations
For more details on
.Nm KeyNote ,
see RFC 2704.
-.Pp
.Sh KEY GENERATION
"keynote keygen" creates a public/private key of size
.Fa KeySize ,
@@ -104,7 +103,6 @@ for the first line and has to be longer (by at least 2) than
also accounts for the line-continuation character (backslash) at
the end of each line, and the doublequotes at the beginning and end
of the key encoding. Default values are 12 and 50 respectively.
-.Pp
.Sh ASSERTION SIGNING
"keynote sign" reads the assertion contained in
.Fa AssertionFile
@@ -178,7 +176,6 @@ for the first line and has to be longer (by at least 2) than
also accounts for the line-continuation character (backslash) at
the end of each line, and the doublequotes at the beginning and end
of the signature encoding. Default values are 12 and 50 respectively.
-.Pp
.Sh SIGNATURE VERIFICATION
"keynote sigver" reads the assertions contained in
.Fa AssertionFile
@@ -244,7 +241,6 @@ flags should be given per invocation. If no flags are given,
"keynote verify" prints the usage message and exits with error code \-1.
.Pp
"keynote verify" exits with code \-1 if there was an error, and 0 on success.
-.Pp
.Sh SEE ALSO
.Xr keynote 3 ,
.Xr keynote 4 ,
@@ -260,7 +256,7 @@ M. Blaze, J. Feigenbaum, J. Lacy,
M. Blaze, J. Feigenbaum, M. Strauss,
1998 Financial Crypto Conference
.El
-.Sh AUTHOR
+.Sh AUTHORS
Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.Sh WEB PAGE
http://www.cis.upenn.edu/~keynote
diff --git a/lib/libkeynote/keynote.3 b/lib/libkeynote/keynote.3
index 16fc40367d6..575f51b6bb4 100644
--- a/lib/libkeynote/keynote.3
+++ b/lib/libkeynote/keynote.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.3,v 1.27 2001/03/22 21:34:05 millert Exp $
+.\" $OpenBSD: keynote.3,v 1.28 2001/08/06 10:42:26 mpech Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -833,7 +833,6 @@ frees a cryptographic key.
parses the argument, treating it as a
.Xr keynote 4
(quoted) string. This is useful for parsing key files.
-.Pp
.Sh FILES
.Bl -tag -width libkeynote.a -compact
.It Pa keynote.h
@@ -856,7 +855,7 @@ M. Blaze, J. Feigenbaum, M. Strauss,
.It Web Page
http://www.cis.upenn.edu/~keynote
.El
-.Sh AUTHOR
+.Sh AUTHORS
Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.Sh DIAGNOSTICS
The return values of all the functions have been given along with the
diff --git a/lib/libkeynote/keynote.4 b/lib/libkeynote/keynote.4
index 14921ebe003..d2fa247fe96 100644
--- a/lib/libkeynote/keynote.4
+++ b/lib/libkeynote/keynote.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.4,v 1.17 2000/09/17 02:11:12 aaron Exp $
+.\" $OpenBSD: keynote.4,v 1.18 2001/08/06 10:42:26 mpech Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -313,13 +313,11 @@ sender), and any "organization" headers present (the organization
name). The values of these attributes would be derived in the obvious
way from the email message headers. The public key of the message's
signer would be given in the "_ACTION_AUTHORIZERS" attribute.
-.Pp
.Sh QUERY SEMANTICS
The discussion in the following sections assume some familiarity with
assertion syntax. Please refer to
.Xr keynote 5
for more details on the syntax.
-.Pp
.Sh QUERY PARAMETERS
A KeyNote query has four parameters:
@@ -343,7 +341,6 @@ distribution system), while still others might be requested from the
application as needed by the evaluator, through a `callback' mechanism
(e.g., for attribute values that represent values from among a very
large namespace).
-.Pp
.Sh ACTION REQUESTER
At least one Principal must be identified in each query as the
`requester' of the action. Actions may be requested by several
@@ -352,7 +349,6 @@ allows policies that require multiple authorizations, e.g., `two
person control'. The set of authorizing principals is made available
in the special attribute "_ACTION_AUTHORIZERS"; if several principals
are authorizers, their identifiers are separated with commas.
-.Pp
.Sh ORDERED COMPLIANCE VALUE SET
The set of compliance values of interest to an application (and their
relative ranking to one another) is determined by the invoking
@@ -371,7 +367,6 @@ _MAX_TRUST) in the special attribute named "_VALUES". Values are
separated with commas; applications that use assertions that make use
of the _VALUES attribute should therefore avoid the use of compliance
value strings that themselves contain commas.
-.Pp
.Sh PRINCIPAL IDENTIFIER NORMALIZATION
Principal identifier comparisons among Cryptographic Principal
Identifiers (that represent keys) in the Authorizer and Licensees
@@ -389,12 +384,9 @@ Opaque identifiers are compared as case-sensitive strings.
Notice that use of opaque identifiers in the Authorizer field requires
that the assertion's integrity be locally trusted (since it cannot be
cryptographically verified by the compliance checker).
-.Pp
-
.Sh POLICY COMPLIANCE VALUE CALCULATION
The Policy Compliance Value of a query is the Principal Compliance
Value of the principal named "POLICY".
-.Pp
.Sh PRINCIPAL COMPLIANCE VALUE
The Compliance Value of a principal <X> is the highest order (maximum)
of:
@@ -409,12 +401,10 @@ of:
The Direct Authorization Value of a principal <X> is _MAX_TRUST if <X>
is listed in the query as an authorizer of the action. Otherwise, the
Direct Authorization Value of <X> is _MIN_TRUST.
-.Pp
.Sh ASSERTION COMPLIANC VALUE
The Assertion Compliance Value of an assertion is the lowest order
(minimum) of the assertion's Conditions Compliance Value and its
Licensee Compliance Value.
-.Pp
.Sh CONDITIONS COMPLIANCE VALUE
The Conditions Compliance Value of an assertion is the highest-order
(maximum) value among all successful clauses listed in the conditions
@@ -522,7 +512,6 @@ evaluated normally.
.Pp
An invalid <RegExpr> is considered a runtime error and causes the test
in which it occurs to be considered false.
-.Pp
.Sh LICENSEE COMPLIANCE VALUE
The Licensee Compliance Value of an assertion is calculated by
evaluating the expression in the Licensees field, based on the
@@ -571,7 +560,6 @@ resulting Licensee Compliance Value is "no".
Observe that if there are exactly two possible compliance values
(e.g., "false" and "true"), the rules of Licensee Compliance Value
resolution reduce exactly to standard Boolean logic.
-.Pp
.Sh ASSERTION MANAGEMENT
Assertions may be either signed or unsigned. Only signed assertions
should be used as credentials or transmitted or stored on untrusted
@@ -597,7 +585,6 @@ applications might need only a small number of infrequently changed
trusted assertions to `bootstrap' a policy whose details are specified
in signed credentials issued by others and submitted over the
untrusted interface.
-.Pp
.Sh EXAMPLES
A policy that delegates authority for the "SPEND" application domain
to RSA key dab212 when the amount given in the "dollars" attribute is
@@ -705,7 +692,6 @@ However, the following return "Reject" (_MIN_TRUST):
app_domain = "SPEND"
dollars = "5500"
.Ed
-.Pp
.Sh FILES
.Fd keynote.h
.Fd libkeynote.a
@@ -724,7 +710,7 @@ M. Blaze, J. Feigenbaum, J. Lacy,
M. Blaze, J. Feigenbaum, M. Strauss,
1998 Financial Crypto Conference
.El
-.Sh AUTHOR
+.Sh AUTHORS
Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.Sh WEB PAGE
http://www.cis.upenn.edu/~keynote
diff --git a/lib/libkeynote/keynote.5 b/lib/libkeynote/keynote.5
index d2aaed8f1f3..baa800b6cd7 100644
--- a/lib/libkeynote/keynote.5
+++ b/lib/libkeynote/keynote.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.5,v 1.6 2000/09/17 02:11:13 aaron Exp $
+.\" $OpenBSD: keynote.5,v 1.7 2001/08/06 10:42:26 mpech Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -68,14 +68,12 @@ Blank lines are not permitted in assertions. Multiple assertions
stored in a file (e.g., in application policy configurations),
therefore, can be separated from one another unambiguously by the use
of blank lines between them.
-.Pp
.Sh COMMENTS
The octothorp character ("#", ASCII 35 decimal) can be used to
introduce comments. Outside of quoted strings, all characters from the
"#" character through the end of the current line are ignored.
However, commented text is included in the computation of assertion
signatures.
-.Pp
.Sh STRINGS
A `string' is a lexical object containing a sequence of characters.
Strings may contain any non-NUL characters, including newlines and
@@ -120,7 +118,6 @@ leading backslash removed (e.g., "\\a" becomes "a", and "\\\\" becomes
newline\\n followed by one space."
"this string contains a newline\\012\\040followed by one space."
.Ed
-.Pp
.Sh STRING EXPRESSIONS
In general, anywhere a quoted string literal is allowed, a `string
expression' can be used. A string expression constructs a string from
@@ -137,7 +134,6 @@ parenthesized.
.Ed
The "$" operator has higher precedence than the "." operator.
-.Pp
.Sh DEREFERENCED ATTRIBUTES
Action attributes provide the primary mechanism for applications to
pass information to assertions. Attribute names are strings from a
@@ -193,7 +189,6 @@ The <DerefAttribute> token is defined as:
underscore character, followed by any number of
a-z, A-Z, 0-9, or underscore characters} ;
.Ed
-.Pp
.Sh PRINCIPAL IDENTIFIERS
Principals are represented as ASCII strings called `Principal
Identifiers'. Principal Identifiers may be arbitrary labels whose
@@ -205,7 +200,6 @@ verification.
<PrincipalIdentifier>:: <OpaqueID>
| <KeyID> ;
.Ed
-.Pp
.Sh OPAQUE PRINCIPAL IDENTIFIERS
Principal Identifiers that are used by KeyNote only as labels are
said to be `opaque'. Opaque identifiers are encoded in assertions as
@@ -216,7 +210,6 @@ strings (as defined above):
.Ed
Opaque identifier strings should not contain the ":" character.
-.Pp
.Sh CRYPTOGRAPHIC PRINCIPAL IDENTIFIERS
Principal Identifiers that are used by KeyNote as keys, e.g., to
verify credential signatures, are said to be `cryptographic'.
@@ -251,7 +244,6 @@ convention, hexadecimal encoded keys use lower-case ASCII characters.
Cryptographic Principal Identifiers are converted to a normalized
canonical form for the purposes of any internal comparisons between
them; see RFC 2704 for more details.
-.Pp
.Sh KEYNOTE-VERSION FIELD
The KeyNote-Version field identifies the version of the KeyNote
assertion language under which the assertion was written. The
@@ -269,7 +261,6 @@ version number of the KeyNote language under which they are to be
interpreted. Assertions written to conform with this document should
be identified with the version string "2" (or the integer 2). The
KeyNote-Version field, if included, should appear first.
-.Pp
.Sh LOCAL-CONSTANTS FIELD
This field adds or overrides action attributes in the current
assertion only. This mechanism allows the use of short names for
@@ -295,7 +286,6 @@ An attribute may be initialized at most once in the Local-Constants
field. If an attribute is initialized more than once in an assertion,
the entire assertion is considered invalid and is not considered by
the KeyNote compliance checker in evaluating queries.
-.Pp
.Sh AUTHORIZER FIELD
The Authorizer identifies the Principal issuing the assertion. This
field is of the form:
@@ -308,7 +298,6 @@ field is of the form:
The Principal Identifier may be given directly or by reference to the
attribute namespace.
-.Pp
.Sh LICENSEES FIELD
The Licensees field identifies the principals authorized by the
assertion. More than one principal can be authorized, and
@@ -339,7 +328,6 @@ The "&&" operator has higher precedence than the "||" operator. <K> is
an ASCII-encoded positive decimal integer. If a <PrincList> contains
fewer than <K> principals, the entire assertion is omitted from
processing.
-.Pp
.Sh CONDITIONS FIELD
This field gives the `conditions' under which the Authorizer trusts
the Licensees to perform an action. `Conditions' are predicates that
@@ -452,7 +440,6 @@ fractional component of an attribute value dereferenced as an integer
is rounded down. If an attribute dereferenced as a number cannot be
properly converted (e.g., it contains invalid characters or is empty)
its value is considered to be zero.
-.Pp
.Sh COMMENT FIELD
The Comment field allows assertions to be annotated with information
describing their purpose. It is of the form:
@@ -466,7 +453,6 @@ KeyNote. Note that this is one of two mechanisms for including
comments in KeyNote assertions; comments can also be inserted anywhere
in an assertion's body by preceding them with the "#" character
(except inside string literals).
-.Pp
.Sh SIGNATURE FIELD
The Signature field identifies a signed assertion and gives the
encoded digital signature of the principal identified in the
@@ -502,7 +488,6 @@ signature field identifier is the last character included in signature
calculation. The signature is always the last field in a KeyNote
assertion. Text following this field is not considered part of the
assertion.
-.Pp
.Sh EXAMPLES
Note that the keys and signatures in these examples are fictional, and
generally much shorter than would be required for real security, in
@@ -544,7 +529,6 @@ the interest of readability.
(address == "jf@keynote.research.att.com"));
Signature: "DSA-SHA1:8912aa"
.Ed
-.Pp
.Sh SEE ALSO
.Xr keynote 1 ,
.Xr keynote 3 ,
@@ -560,7 +544,7 @@ M. Blaze, J. Feigenbaum, J. Lacy,
M. Blaze, J. Feigenbaum, M. Strauss,
1998 Financial Crypto Conference
.El
-.Sh AUTHOR
+.Sh AUTHORS
Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.Sh WEB PAGE
http://www.cis.upenn.edu/~keynote
diff --git a/lib/libkvm/kvm_dump.3 b/lib/libkvm/kvm_dump.3
index eef150a38ce..9826bea5a95 100644
--- a/lib/libkvm/kvm_dump.3
+++ b/lib/libkvm/kvm_dump.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_dump.3,v 1.5 2000/10/19 14:36:50 aaron Exp $
+.\" $OpenBSD: kvm_dump.3,v 1.6 2001/08/06 10:42:26 mpech Exp $
.\" $NetBSD: kvm_dump.3,v 1.1 1996/03/18 21:11:12 leo Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
@@ -103,6 +103,7 @@ In the case of failure,
.Xr kvm_geterr 3
can be used to retrieve the cause of the error.
.Sh HISTORY
-These functions first appeared in NetBSD 1.1A.
+These functions first appeared in
+.Nx 1.1 a.
.Sh SEE ALSO
.Xr kvm 3
diff --git a/lib/libocurses/ocurses.3 b/lib/libocurses/ocurses.3
index 30c3e23a944..6c632338206 100644
--- a/lib/libocurses/ocurses.3
+++ b/lib/libocurses/ocurses.3
@@ -67,7 +67,7 @@ should be called before exiting.
.%T Screen Updating and Cursor Movement Optimization: A Library Package
.%A Ken Arnold
.Re
-.Sh AUTHOR
+.Sh AUTHORS
.An Ken Arnold
.Sh FUNCTIONS
.Bl -column "subwin(win,lines,cols,begin_y,begin_x) "
diff --git a/lib/libpthread/man/pthread_attr_setdetachstate.3 b/lib/libpthread/man/pthread_attr_setdetachstate.3
index ad0a12d3814..408383879f0 100644
--- a/lib/libpthread/man/pthread_attr_setdetachstate.3
+++ b/lib/libpthread/man/pthread_attr_setdetachstate.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.2 2000/04/12 21:48:02 aaron Exp $
+.\" $OpenBSD: pthread_attr_setdetachstate.3,v 1.3 2001/08/06 10:42:26 mpech Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.Dd January 6, 2000
.Dt PTHREAD_ATTR_SETDETACHSTATE 3
@@ -55,7 +55,6 @@ to be in the joinable state. The default value of the
.Va detachstate
attribute is
.Dv PTHREAD_CREATE_JOINABLE .
-.Pp
.Sh RETURN VALUE
Upon successful completion,
.Fn pthread_attr_setdetachstate
diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3
index 47a2cb7e717..dfb3344cbf2 100644
--- a/lib/libutil/login_fbtab.3
+++ b/lib/libutil/login_fbtab.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_fbtab.3,v 1.6 2001/07/13 22:14:07 millert Exp $
+.\" $OpenBSD: login_fbtab.3,v 1.7 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual
.\" files may be covered by other copyrights.
@@ -48,7 +48,7 @@ daemon with the severity of
.El
.Sh SEE ALSO
.Xr fbtab 5
-.Sh AUTHOR
+.Sh AUTHORS
.Bd -unfilled
Wietse Venema (wietse@wzv.win.tue.nl)
Eindhoven University of Technology
diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3
index 4c730059d01..07b19a68869 100644
--- a/lib/libutil/uucplock.3
+++ b/lib/libutil/uucplock.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uucplock.3,v 1.11 2001/01/07 18:29:58 naddy Exp $
+.\" $OpenBSD: uucplock.3,v 1.12 2001/08/06 10:42:26 mpech Exp $
.\"
.\" All rights reserved.
.\"
@@ -42,7 +42,6 @@
.Fn uu_unlock "const char *ttyname"
.Ft const char *
.Fn uu_lockerr "int uu_lockresult"
-.Pp
.Sh DESCRIPTION
The
.Fn uu_lock
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3
index 5b1ad1cae20..bb0e08d9a13 100644
--- a/lib/libwrap/hosts_access.3
+++ b/lib/libwrap/hosts_access.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_access.3,v 1.5 2000/10/14 21:56:48 deraadt Exp $
+.\" $OpenBSD: hosts_access.3,v 1.6 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -135,7 +135,7 @@ uses the
.Fn strtok
library function. This may interfere with other code that relies on
.Fn strtok .
-.Sh AUTHOR
+.Sh AUTHORS
.Bd -unfilled -offset indent
Wietse Venema (wietse@wzv.win.tue.nl)
Department of Mathematics and Computing Science
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5
index e5f437e4efc..1b40f8f44be 100644
--- a/lib/libwrap/hosts_access.5
+++ b/lib/libwrap/hosts_access.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_access.5,v 1.11 2000/10/14 21:59:55 deraadt Exp $
+.\" $OpenBSD: hosts_access.5,v 1.12 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -218,6 +218,7 @@ what type of network it is talking to.
.\" built with -DPARANOID (default mode), it drops requests from such
.\" clients even before looking at the access control tables. Build
.\" without -DPARANOID when you want more control over such requests.
+.El
.Sh OPERATORS
.IP EXCEPT
Intended use is of the form:
@@ -513,7 +514,7 @@ netgroup lookups are case sensitive.
.Pp
The total length of an entry can be no more than 2047 characters long,
including the final newline.
-.Sh AUTHOR
+.Sh AUTHORS
.Bd -unfilled -offset indent
Wietse Venema (wietse@wzv.win.tue.nl)
Department of Mathematics and Computing Science
diff --git a/lib/libwrap/hosts_options.5 b/lib/libwrap/hosts_options.5
index 6278f0ae950..f9519c9b26f 100644
--- a/lib/libwrap/hosts_options.5
+++ b/lib/libwrap/hosts_options.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_options.5,v 1.4 2000/10/14 21:56:48 deraadt Exp $
+.\" $OpenBSD: hosts_options.5,v 1.5 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -220,7 +220,7 @@ is reported to the syslog daemon; further options will be ignored,
and service is denied.
.Sh SEE ALSO
.Xr hosts_access 5 .
-.Sh AUTHOR
+.Sh AUTHORS
.Bd -unfilled -indent
Wietse Venema (wietse@wzv.win.tue.nl)
Department of Mathematics and Computing Science
diff --git a/lib/libwrap/rfc1413.3 b/lib/libwrap/rfc1413.3
index f4b56f0e0e6..e818b8b771b 100644
--- a/lib/libwrap/rfc1413.3
+++ b/lib/libwrap/rfc1413.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rfc1413.3,v 1.1 2001/02/16 02:15:59 beck Exp $
+.\" $OpenBSD: rfc1413.3,v 1.2 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 2001, Bob Beck. All rights reserved.
.\"
@@ -76,7 +76,6 @@ retrieve the remote username.
.Sh SEE ALSO
.Xr hosts_access 3 ,
.Sh BUGS
-.Pp
The ident protocol only works on TCP sockets.
.Pp
Ident connections are made unencrypted, and nothing prevents the