summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-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
30 files changed, 54 insertions, 60 deletions
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