diff options
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 4 | ||||
-rw-r--r-- | lib/libc/crypt/blowfish.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index 741965c5ac6..81200a31395 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.4 1998/09/07 16:44:34 aaron Exp $ +.\" $OpenBSD: arc4random.3,v 1.5 1999/05/16 19:54:46 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -70,8 +70,8 @@ since .Fn arc4random automatically initalizes itself. .Sh SEE ALSO -.Xr rand48 3 , .Xr rand 3 , +.Xr rand48 3 , .Xr random 3 .Sh HISTORY .Pa RC4 diff --git a/lib/libc/crypt/blowfish.3 b/lib/libc/crypt/blowfish.3 index 02a1ef87384..6bb54ea138f 100644 --- a/lib/libc/crypt/blowfish.3 +++ b/lib/libc/crypt/blowfish.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: blowfish.3,v 1.2 1998/08/10 18:40:58 provos Exp $ +.\" $OpenBSD: blowfish.3,v 1.3 1999/05/16 19:54:46 alex Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -97,8 +97,8 @@ are used for customization of the .Pa Blowfish cipher, e.g. for the blowfish password hashing function. .Sh SEE ALSO -.Xr crypt 3 , .Xr passwd 1 , +.Xr crypt 3 , .Xr passwd 5 .Sh AUTHOR Niels Provos <provos@physnet.uni-hamburg.de> |