diff options
author | jmc <> | 2003-05-30 13:06:02 +0000 |
---|---|---|
committer | jmc <> | 2003-05-30 13:06:02 +0000 |
commit | b696b7e6e3431709a25bed8fdb16c96c42d1074e (patch) | |
tree | 3378d059f672dbc4c640d5cf5e0b89c405d1eb07 /src/lib/libc/crypt | |
parent | 0de44d213538b05caf3966820e40626775cb7e0e (diff) | |
download | openbsd-b696b7e6e3431709a25bed8fdb16c96c42d1074e.tar.gz openbsd-b696b7e6e3431709a25bed8fdb16c96c42d1074e.tar.bz2 openbsd-b696b7e6e3431709a25bed8fdb16c96c42d1074e.zip |
- section reorder in crypt(3)
- use .An/.Aq for authors
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 3e600658fa..5393f453db 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.10 2001/08/06 10:42:25 mpech Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.11 2003/05/30 13:06:02 jmc 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. |
@@ -103,4 +103,4 @@ cipher, e.g., for the blowfish password hashing function. | |||
103 | .Xr crypt 3 , | 103 | .Xr crypt 3 , |
104 | .Xr passwd 5 | 104 | .Xr passwd 5 |
105 | .Sh AUTHORS | 105 | .Sh AUTHORS |
106 | Niels Provos <provos@physnet.uni-hamburg.de> | 106 | .An Niels Provos Aq provos@physnet.uni-hamburg.de |
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 5f0f1cdba8..f456cca7d3 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.19 2002/01/24 20:33:45 mickey Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.20 2003/05/30 13:06:02 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -281,8 +281,6 @@ 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 AUTHORS | ||
285 | David Burren <davidb@werj.com.au> | ||
286 | .Sh HISTORY | 284 | .Sh HISTORY |
287 | A rotor-based | 285 | A rotor-based |
288 | .Fn crypt | 286 | .Fn crypt |
@@ -306,6 +304,8 @@ Special care has been taken | |||
306 | in the library so that programs which only use the | 304 | in the library so that programs which only use the |
307 | .Fn crypt | 305 | .Fn crypt |
308 | interface do not pull in the other components. | 306 | interface do not pull in the other components. |
307 | .Sh AUTHORS | ||
308 | .An David Burren Aq davidb@werj.com.au | ||
309 | .Sh BUGS | 309 | .Sh BUGS |
310 | The | 310 | The |
311 | .Fn crypt | 311 | .Fn crypt |