Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Spelling.
details: https://anonhg.NetBSD.org/src/rev/ca46b2596f6f
branches: trunk
changeset: 771691:ca46b2596f6f
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Nov 28 23:29:45 2011 +0000
description:
Spelling.
diffstat:
share/man/man9/cprng.9 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3cb46560f861 -r ca46b2596f6f share/man/man9/cprng.9
--- a/share/man/man9/cprng.9 Mon Nov 28 23:27:59 2011 +0000
+++ b/share/man/man9/cprng.9 Mon Nov 28 23:29:45 2011 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index