summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderaadt <>2013-10-22 06:40:36 +0000
committerderaadt <>2013-10-22 06:40:36 +0000
commit8c1a7ae619cb339f1895ccb376a2ea0e065bf2ff (patch)
treeef354204e352c800fe7f83191ea2a906ca4fd412
parent42756039caaf804d1123cb442dc1bc79e057433d (diff)
downloadopenbsd-8c1a7ae619cb339f1895ccb376a2ea0e065bf2ff.tar.gz
openbsd-8c1a7ae619cb339f1895ccb376a2ea0e065bf2ff.tar.bz2
openbsd-8c1a7ae619cb339f1895ccb376a2ea0e065bf2ff.zip
delete extra words; Henri Kemppainen
-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 .