summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-01-23 08:15:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-01-23 08:15:05 +0000
commit334c69e812d4c3601e2c74c3901973ed0135b3bd (patch)
treee50f18dc6acd65d216060022c92f1cb21ab9f2c1
parentc1081ab87dca4afb6c216a0ce96e7b06f4ee6048 (diff)
missing word;
-rw-r--r--share/man/man9/arc4random.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/arc4random.9 b/share/man/man9/arc4random.9
index 0de3e0882ac..888533e5028 100644
--- a/share/man/man9/arc4random.9
+++ b/share/man/man9/arc4random.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: arc4random.9,v 1.9 2014/01/23 05:21:49 tedu Exp $
+.\" $OpenBSD: arc4random.9,v 1.10 2014/01/23 08:15:04 jmc Exp $
.\"
.\" Copyright (c) 1996,2000 Michael Shalayeff
.\" All rights reserved.
@@ -55,7 +55,7 @@
The
.Fn add_random
functions below mix input into the system entropy pool, which is then used
-create a key for the ChaCha stream cipher used in the
+to create a key for the ChaCha stream cipher used in the
.Fn arc4random
series of functions.
.Pp