diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 6d8c5db8..3e600658 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 8e44c4d5..5ac7a87e 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/hash/rmd160.3 b/src/lib/libc/hash/rmd160.3 index f40538f3..907da59e 100644 --- a/src/lib/libc/hash/rmd160.3 +++ b/src/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 .\" 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/src/lib/libc/hash/sha1.3 b/src/lib/libc/hash/sha1.3 index d453cc15..6b1f4daf 100644 --- a/src/lib/libc/hash/sha1.3 +++ b/src/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 .\" 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/src/lib/libc/stdlib/radixsort.3 b/src/lib/libc/stdlib/radixsort.3 index 64cc841a..f70990fa 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 886e5273..31a4fdf4 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 b3949d3e..b8dad8ef 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 diff --git a/src/lib/libutil/login_fbtab.3 b/src/lib/libutil/login_fbtab.3 index 47a2cb7e..dfb3344c 100644 --- a/src/lib/libutil/login_fbtab.3 +++ b/src/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/src/lib/libutil/uucplock.3 b/src/lib/libutil/uucplock.3 index 4c730059..07b19a68 100644 --- a/src/lib/libutil/uucplock.3 +++ b/src/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