diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 13:06:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-30 13:06:03 +0000 |
commit | 292ab558e2c81fcccef2f789c0bd04bdc4029d2b (patch) | |
tree | 1f7404ac0f66b32f0d59e8d59ddd8fbe3ab02c4a /lib/libc/crypt | |
parent | d0c7d464457de0b23e23fe905b876d730cd58832 (diff) |
- section reorder in crypt(3)
- use .An/.Aq for authors
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 4 | ||||
-rw-r--r-- | lib/libc/crypt/crypt.3 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index 3e600658fad..5393f453dbd 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.10 2001/08/06 10:42:25 mpech Exp $ +.\" $OpenBSD: blowfish.3,v 1.11 2003/05/30 13:06:02 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -103,4 +103,4 @@ cipher, e.g., for the blowfish password hashing function. .Xr crypt 3 , .Xr passwd 5 .Sh AUTHORS -Niels Provos <provos@physnet.uni-hamburg.de> +.An Niels Provos Aq provos@physnet.uni-hamburg.de 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 |