diff options
author | 2013-10-22 06:40:36 +0000 | |
---|---|---|
committer | 2013-10-22 06:40:36 +0000 | |
commit | 16f8dc3308042b591b6d9c0a67d69c86f834bd6b (patch) | |
tree | 3a64878988fd84e8f77acee48a0bf48966922051 /lib/libc | |
parent | There are three kinds of input lines: text lines, macros taking (diff) | |
download | wireguard-openbsd-16f8dc3308042b591b6d9c0a67d69c86f834bd6b.tar.xz wireguard-openbsd-16f8dc3308042b591b6d9c0a67d69c86f834bd6b.zip |
delete extra words; Henri Kemppainen
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index c74c9cc1219..5344769d75d 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.30 2013/10/21 20:35:09 deraadt Exp $ +.\" $OpenBSD: arc4random.3,v 1.31 2013/10/22 06:40:36 deraadt Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -30,7 +30,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: October 21 2013 $ +.Dd $Mdocdate: October 22 2013 $ .Dt ARC4RANDOM 3 .Os .Sh NAME @@ -112,6 +112,5 @@ In .Ox 5.5 , it was replaced with the ChaCha20 cipher, and it may be replaced again in the future as cryptographic techniques advance. -techniques advance. A good mnemonic is .Dq A Replacement Call for Random . |