diff options
author | 2001-08-06 10:42:25 +0000 | |
---|---|---|
committer | 2001-08-06 10:42:25 +0000 | |
commit | ea2542f8a25ae1775fdd2fcc18cafd171df01907 (patch) | |
tree | b54f027f92a8f0a39c712dce0ddaee3764cf8b32 /lib/libc/crypt | |
parent | o) add BSDI macro (.Bsx); (diff) | |
download | wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.tar.xz wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.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 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 4 | ||||
-rw-r--r-- | lib/libc/crypt/crypt.3 | 4 |
2 files changed, 4 insertions, 4 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 |