diff options
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 7 | ||||
-rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 7 | ||||
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 5 |
3 files changed, 10 insertions, 9 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index 1c3ddcb1b1..f4116a1e82 100644 --- a/src/lib/libc/crypt/arc4random.3 +++ b/src/lib/libc/crypt/arc4random.3 | |||
@@ -1,4 +1,5 @@ | |||
1 | .\" $OpenBSD: arc4random.3,v 1.12 2000/04/02 17:59:04 millert Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.13 2000/04/15 02:15:22 aaron Exp $ |
2 | .\" | ||
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 4 | .\" All rights reserved. |
4 | .\" | 5 | .\" |
@@ -33,8 +34,8 @@ | |||
33 | .Dt ARC4RANDOM 3 | 34 | .Dt ARC4RANDOM 3 |
34 | .Os | 35 | .Os |
35 | .Sh NAME | 36 | .Sh NAME |
36 | .Nm arc4random, | 37 | .Nm arc4random , |
37 | .Nm arc4random_stir, | 38 | .Nm arc4random_stir , |
38 | .Nm arc4random_addrandom | 39 | .Nm arc4random_addrandom |
39 | .Nd arc4 random number generator | 40 | .Nd arc4 random number generator |
40 | .Sh SYNOPSIS | 41 | .Sh SYNOPSIS |
diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 41dfb59bc9..b5fdae92b1 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 | |||
@@ -1,4 +1,5 @@ | |||
1 | .\" $OpenBSD: blowfish.3,v 1.7 2000/03/14 21:31:44 aaron Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.8 2000/04/15 02:15:22 aaron Exp $ |
2 | .\" | ||
2 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
3 | .\" All rights reserved. | 4 | .\" All rights reserved. |
4 | .\" | 5 | .\" |
@@ -33,8 +34,8 @@ | |||
33 | .Dt BLOWFISH 3 | 34 | .Dt BLOWFISH 3 |
34 | .Os | 35 | .Os |
35 | .Sh NAME | 36 | .Sh NAME |
36 | .Nm blf_key, | 37 | .Nm blf_key , |
37 | .Nm blf_enc, | 38 | .Nm blf_enc , |
38 | .Nm blf_dec | 39 | .Nm blf_dec |
39 | .Nd Blowfish encryption | 40 | .Nd Blowfish encryption |
40 | .Sh SYNOPSIS | 41 | .Sh SYNOPSIS |
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 11f465faa8..daa9c4d844 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.14 2000/01/22 02:17:55 aaron Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.15 2000/04/15 02:15:22 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -234,8 +234,7 @@ iterations of | |||
234 | and stores the 64-bit result in the 8 characters at | 234 | and stores the 64-bit result in the 8 characters at |
235 | .Fa out | 235 | .Fa out |
236 | (which may be the same as | 236 | (which may be the same as |
237 | .Fa in | 237 | .Fa in ) . |
238 | ). | ||
239 | The | 238 | The |
240 | .Fa salt | 239 | .Fa salt |
241 | specifies perturbations to the | 240 | specifies perturbations to the |