From 1161496b1fe96bd200abb99eecc93d8594aa8306 Mon Sep 17 00:00:00 2001 From: mpech <> Date: Mon, 6 Aug 2001 10:42:26 +0000 Subject: o) We always close .Bl and .Bd tags; o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok --- src/lib/libc/crypt/blowfish.3 | 4 ++-- src/lib/libc/crypt/crypt.3 | 4 ++-- src/lib/libc/net/ethers.3 | 4 ++-- src/lib/libc/net/getaddrinfo.3 | 3 +-- src/lib/libc/net/getnameinfo.3 | 3 +-- src/lib/libc/stdlib/radixsort.3 | 3 +-- src/lib/libc/stdlib/rand48.3 | 4 ++-- src/lib/libc/string/strtok.3 | 3 +-- 8 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 6d8c5db88d..3e600658fa 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/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 .\" 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 diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 8e44c4d517..5ac7a87e87 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/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 .Sh HISTORY A rotor-based diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index 4d4d24146d..0509c121b8 100644 --- a/src/lib/libc/net/ethers.3 +++ b/src/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/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index 9e811a168d..f9fbe96feb 100644 --- a/src/lib/libc/net/getaddrinfo.3 +++ b/src/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/src/lib/libc/net/getnameinfo.3 b/src/lib/libc/net/getnameinfo.3 index 45f8950c74..44eda4a4d5 100644 --- a/src/lib/libc/net/getnameinfo.3 +++ b/src/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/src/lib/libc/stdlib/radixsort.3 b/src/lib/libc/stdlib/radixsort.3 index 64cc841a49..f70990fa8e 100644 --- a/src/lib/libc/stdlib/radixsort.3 +++ b/src/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/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3 index 886e5273d9..31a4fdf4dd 100644 --- a/src/lib/libc/stdlib/rand48.3 +++ b/src/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/src/lib/libc/string/strtok.3 b/src/lib/libc/string/strtok.3 index b3949d3e72..b8dad8eff0 100644 --- a/src/lib/libc/string/strtok.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb