diff options
author | 2003-05-30 13:06:02 +0000 | |
---|---|---|
committer | 2003-05-30 13:06:02 +0000 | |
commit | f5d9a3d399804010c5b287dbba19d20de4a8ea65 (patch) | |
tree | f461e0843b879bc3e358301512b65c31a65ccce7 /lib/libc/crypt/crypt.3 | |
parent | - section reorder (diff) | |
download | wireguard-openbsd-f5d9a3d399804010c5b287dbba19d20de4a8ea65.tar.xz wireguard-openbsd-f5d9a3d399804010c5b287dbba19d20de4a8ea65.zip |
- section reorder in crypt(3)
- use .An/.Aq for authors
Diffstat (limited to 'lib/libc/crypt/crypt.3')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index 5f0f1cdba85..f456cca7d32 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.19 2002/01/24 20:33:45 mickey Exp $ +.\" $OpenBSD: crypt.3,v 1.20 2003/05/30 13:06:02 jmc Exp $ .\" .\" FreeSec: libcrypt .\" @@ -281,8 +281,6 @@ functions all manipulate the same key space. .Xr getpass 3 , .Xr md5 3 , .Xr passwd 5 -.Sh AUTHORS -David Burren <davidb@werj.com.au> .Sh HISTORY A rotor-based .Fn crypt @@ -306,6 +304,8 @@ Special care has been taken in the library so that programs which only use the .Fn crypt interface do not pull in the other components. +.Sh AUTHORS +.An David Burren Aq davidb@werj.com.au .Sh BUGS The .Fn crypt |