summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/arc4random.34
-rw-r--r--src/lib/libc/crypt/blowfish.34
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3
index 741965c5ac..81200a3139 100644
--- a/src/lib/libc/crypt/arc4random.3
+++ b/src/lib/libc/crypt/arc4random.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: arc4random.3,v 1.4 1998/09/07 16:44:34 aaron Exp $ 1.\" $OpenBSD: arc4random.3,v 1.5 1999/05/16 19:54:46 alex Exp $
2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -70,8 +70,8 @@ since
70.Fn arc4random 70.Fn arc4random
71automatically initalizes itself. 71automatically initalizes itself.
72.Sh SEE ALSO 72.Sh SEE ALSO
73.Xr rand48 3 ,
74.Xr rand 3 , 73.Xr rand 3 ,
74.Xr rand48 3 ,
75.Xr random 3 75.Xr random 3
76.Sh HISTORY 76.Sh HISTORY
77.Pa RC4 77.Pa RC4
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3
index 02a1ef8738..6bb54ea138 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.2 1998/08/10 18:40:58 provos Exp $ 1.\" $OpenBSD: blowfish.3,v 1.3 1999/05/16 19:54:46 alex Exp $
2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> 2.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
3.\" All rights reserved. 3.\" All rights reserved.
4.\" 4.\"
@@ -97,8 +97,8 @@ are used for customization of the
97.Pa Blowfish 97.Pa Blowfish
98cipher, e.g. for the blowfish password hashing function. 98cipher, e.g. for the blowfish password hashing function.
99.Sh SEE ALSO 99.Sh SEE ALSO
100.Xr crypt 3 ,
101.Xr passwd 1 , 100.Xr passwd 1 ,
101.Xr crypt 3 ,
102.Xr passwd 5 102.Xr passwd 5
103.Sh AUTHOR 103.Sh AUTHOR
104Niels Provos <provos@physnet.uni-hamburg.de> 104Niels Provos <provos@physnet.uni-hamburg.de>