Module Name:    src
Committed By:   wiz
Date:           Mon Nov 28 23:29:45 UTC 2011

Modified Files:
        src/share/man/man9: cprng.9

Log Message:
Spelling.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/cprng.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/cprng.9
diff -u src/share/man/man9/cprng.9:1.2 src/share/man/man9/cprng.9:1.3
--- src/share/man/man9/cprng.9:1.2	Mon Nov 28 23:27:59 2011
+++ src/share/man/man9/cprng.9	Mon Nov 28 23:29:45 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cprng.9,v 1.2 2011/11/28 23:27:59 wiz Exp $
+.\"	$NetBSD: cprng.9,v 1.3 2011/11/28 23:29:45 wiz Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -42,7 +42,7 @@
 .Nm cprng_fast ,
 .Nm cprng_fast32 ,
 .Nm cprng_fast64 ,
-.Nd cryptographic pseudorandom number generators
+.Nd cryptographic pseudo-random number generators
 .Sh SYNOPSIS
 .In sys/cprng.h
 .Ft cprng_strong_t
@@ -103,7 +103,7 @@ functions.
 The
 .Dq strong
 family of functions supply cryptographically strong random numbers
-suitable for keying cryptosystems and similar purposes.
+suitable for keying crypto systems and similar purposes.
 Calls to
 .Xr rnd_extract_data 9
 should be replaced with calls to
@@ -163,7 +163,7 @@ the current estimate of entropy in the p
 number of key bits for the generator.
 .It Dv CPRNG_REKEY_ANY
 When rekeying of the generator is required, key the generator from the
-entrpy pool even if the current estimate of entropy in the pool is less
+entropy pool even if the current estimate of entropy in the pool is less
 than the required number of key bits for the generator.
 .It Dv CPRNG_USE_CV
 Perform a

Reply via email to