diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index c74c9cc121..5344769d75 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.30 2013/10/21 20:35:09 deraadt Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.31 2013/10/22 06:40:36 deraadt 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. |
@@ -30,7 +30,7 @@ | |||
30 | .\" | 30 | .\" |
31 | .\" Manual page, using -mandoc macros | 31 | .\" Manual page, using -mandoc macros |
32 | .\" | 32 | .\" |
33 | .Dd $Mdocdate: October 21 2013 $ | 33 | .Dd $Mdocdate: October 22 2013 $ |
34 | .Dt ARC4RANDOM 3 | 34 | .Dt ARC4RANDOM 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -112,6 +112,5 @@ In | |||
112 | .Ox 5.5 , | 112 | .Ox 5.5 , |
113 | it was replaced with the ChaCha20 cipher, and it may be replaced | 113 | it was replaced with the ChaCha20 cipher, and it may be replaced |
114 | again in the future as cryptographic techniques advance. | 114 | again in the future as cryptographic techniques advance. |
115 | techniques advance. | ||
116 | A good mnemonic is | 115 | A good mnemonic is |
117 | .Dq A Replacement Call for Random . | 116 | .Dq A Replacement Call for Random . |