summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authormpech <>2001-08-06 10:42:26 +0000
committermpech <>2001-08-06 10:42:26 +0000
commit1161496b1fe96bd200abb99eecc93d8594aa8306 (patch)
tree7c1887ee57a63b82c0947f33c91add493bec7ee3 /src/lib
parent40beaa1917cc6d5f9b08ece2312e913094b98711 (diff)
downloadopenbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.gz
openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.bz2
openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.zip
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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/crypt/blowfish.34
-rw-r--r--src/lib/libc/crypt/crypt.34
-rw-r--r--src/lib/libc/net/ethers.34
-rw-r--r--src/lib/libc/net/getaddrinfo.33
-rw-r--r--src/lib/libc/net/getnameinfo.33
-rw-r--r--src/lib/libc/stdlib/radixsort.33
-rw-r--r--src/lib/libc/stdlib/rand48.34
-rw-r--r--src/lib/libc/string/strtok.33
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 @@
1.\" $OpenBSD: blowfish.3,v 1.9 2000/04/18 02:31:34 aaron Exp $ 1.\" $OpenBSD: blowfish.3,v 1.10 2001/08/06 10:42:25 mpech Exp $
2.\" 2.\"
3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 3.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -102,5 +102,5 @@ cipher, e.g., for the blowfish password hashing function.
102.Xr passwd 1 , 102.Xr passwd 1 ,
103.Xr crypt 3 , 103.Xr crypt 3 ,
104.Xr passwd 5 104.Xr passwd 5
105.Sh AUTHOR 105.Sh AUTHORS
106Niels Provos <provos@physnet.uni-hamburg.de> 106Niels Provos <provos@physnet.uni-hamburg.de>
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 @@
1.\" $OpenBSD: crypt.3,v 1.17 2000/04/28 07:00:19 deraadt Exp $ 1.\" $OpenBSD: crypt.3,v 1.18 2001/08/06 10:42:25 mpech Exp $
2.\" 2.\"
3.\" FreeSec: libcrypt 3.\" FreeSec: libcrypt
4.\" 4.\"
@@ -281,7 +281,7 @@ functions all manipulate the same key space.
281.Xr getpass 3 , 281.Xr getpass 3 ,
282.Xr md5 3 , 282.Xr md5 3 ,
283.Xr passwd 5 283.Xr passwd 5
284.Sh AUTHOR 284.Sh AUTHORS
285David Burren <davidb@werj.com.au> 285David Burren <davidb@werj.com.au>
286.Sh HISTORY 286.Sh HISTORY
287A rotor-based 287A 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 @@
1.\" $OpenBSD: ethers.3,v 1.13 2000/12/17 21:30:38 millert Exp $ 1.\" $OpenBSD: ethers.3,v 1.14 2001/08/06 10:42:26 mpech Exp $
2.\" 2.\"
3.\" Written by roland@frob.com. Public domain. 3.\" Written by roland@frob.com. Public domain.
4.\" 4.\"
@@ -112,7 +112,7 @@ The
112and 112and
113.Fn ether_line 113.Fn ether_line
114functions were adopted from SunOS and appeared in 114functions were adopted from SunOS and appeared in
115NetBSD 0.9b. 115.Nx 0.9 b.
116.Sh BUGS 116.Sh BUGS
117The data space used by these functions is static; if future use 117The data space used by these functions is static; if future use
118requires the data, it should be copied before any subsequent calls to 118requires 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 @@
1.\" $OpenBSD: getaddrinfo.3,v 1.18 2001/08/05 18:57:08 itojun Exp $ 1.\" $OpenBSD: getaddrinfo.3,v 1.19 2001/08/06 10:42:26 mpech Exp $
2.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ 2.\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1987, 1991, 1993 4.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -540,7 +540,6 @@ indicate an unknown error.
540.Xr services 5 , 540.Xr services 5 ,
541.Xr hostname 7 , 541.Xr hostname 7 ,
542.Xr named 8 542.Xr named 8
543.Pp
544.Rs 543.Rs
545.%A R. Gilligan 544.%A R. Gilligan
546.%A S. Thomson 545.%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 @@
1.\" $OpenBSD: getnameinfo.3,v 1.15 2001/08/05 18:57:08 itojun Exp $ 1.\" $OpenBSD: getnameinfo.3,v 1.16 2001/08/06 10:42:26 mpech Exp $
2.\" $KAME: getnameinfo.3,v 1.20 2001/01/05 13:37:37 itojun Exp $ 2.\" $KAME: getnameinfo.3,v 1.20 2001/01/05 13:37:37 itojun Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1987, 1991, 1993 4.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -256,7 +256,6 @@ The error code can be found in errno.
256.Xr services 5 , 256.Xr services 5 ,
257.Xr hostname 7 , 257.Xr hostname 7 ,
258.Xr named 8 258.Xr named 8
259.Pp
260.Rs 259.Rs
261.%A R. Gilligan 260.%A R. Gilligan
262.%A S. Thomson 261.%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 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: radixsort.3,v 1.6 2000/04/20 13:50:02 aaron Exp $ 32.\" $OpenBSD: radixsort.3,v 1.7 2001/08/06 10:42:26 mpech Exp $
33.\" 33.\"
34.Dd January 27, 1994 34.Dd January 27, 1994
35.Dt RADIXSORT 3 35.Dt RADIXSORT 3
@@ -125,7 +125,6 @@ for any of the errors specified for the library routine
125.Sh SEE ALSO 125.Sh SEE ALSO
126.Xr sort 1 , 126.Xr sort 1 ,
127.Xr qsort 3 127.Xr qsort 3
128.Pp
129.Rs 128.Rs
130.%A Knuth, D.E. 129.%A Knuth, D.E.
131.%D 1968 130.%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 @@
9.\" of any kind. I shall in no event be liable for anything that happens 9.\" of any kind. I shall in no event be liable for anything that happens
10.\" to anyone/anything when using this software. 10.\" to anyone/anything when using this software.
11.\" 11.\"
12.\" $OpenBSD: rand48.3,v 1.7 2000/04/20 13:50:02 aaron Exp $ 12.\" $OpenBSD: rand48.3,v 1.8 2001/08/06 10:42:26 mpech Exp $
13.\" 13.\"
14.Dd October 8, 1993 14.Dd October 8, 1993
15.Dt RAND48 3 15.Dt RAND48 3
@@ -157,7 +157,7 @@ generator calls.
157.Pp 157.Pp
158For a more powerful random number generator, see 158For a more powerful random number generator, see
159.Xr random 3 159.Xr random 3
160.Sh AUTHOR 160.Sh AUTHORS
161Martin Birgmeier 161Martin Birgmeier
162.Sh SEE ALSO 162.Sh SEE ALSO
163.Xr arc4random 3 , 163.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 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strtok.3,v 1.14 2000/08/09 15:56:44 aaron Exp $ 36.\" $OpenBSD: strtok.3,v 1.15 2001/08/06 10:42:26 mpech Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRTOK 3 39.Dt STRTOK 3
@@ -94,7 +94,6 @@ and
94modify the string, 94modify the string,
95.Fa str 95.Fa str
96should not point to an area in the initialized data segment. 96should not point to an area in the initialized data segment.
97.Pp
98.Sh EXAMPLES 97.Sh EXAMPLES
99The following will construct an array of pointers to each individual word in 98The following will construct an array of pointers to each individual word in
100the string 99the string