summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authorderaadt <>2013-10-22 06:40:36 +0000
committerderaadt <>2013-10-22 06:40:36 +0000
commit0cf0068d4ed08d9b41e2a62fffddaa277461fd37 (patch)
treeef354204e352c800fe7f83191ea2a906ca4fd412 /src/lib/libc
parentf008f1c075074b176b1f65243436ce8d14d9d419 (diff)
downloadopenbsd-0cf0068d4ed08d9b41e2a62fffddaa277461fd37.tar.gz
openbsd-0cf0068d4ed08d9b41e2a62fffddaa277461fd37.tar.bz2
openbsd-0cf0068d4ed08d9b41e2a62fffddaa277461fd37.zip
delete extra words; Henri Kemppainen
Diffstat (limited to 'src/lib/libc')
-rw-r--r--src/lib/libc/crypt/arc4random.35
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 ,
113it was replaced with the ChaCha20 cipher, and it may be replaced 113it was replaced with the ChaCha20 cipher, and it may be replaced
114again in the future as cryptographic techniques advance. 114again in the future as cryptographic techniques advance.
115techniques advance.
116A good mnemonic is 115A good mnemonic is
117.Dq A Replacement Call for Random . 116.Dq A Replacement Call for Random .