Module Name:    src
Committed By:   wiz
Date:           Sat Dec 17 21:25:12 UTC 2011

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

Log Message:
New sentence, new line. Fix some markup. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/rnd.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/rnd.9
diff -u src/share/man/man9/rnd.9:1.19 src/share/man/man9/rnd.9:1.20
--- src/share/man/man9/rnd.9:1.19	Sat Dec 17 20:05:38 2011
+++ src/share/man/man9/rnd.9	Sat Dec 17 21:25:12 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rnd.9,v 1.19 2011/12/17 20:05:38 tls Exp $
+.\"	$NetBSD: rnd.9,v 1.20 2011/12/17 21:25:12 wiz Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 16, 2008
+.Dd December 17, 2011
 .Dt RND 9
 .Os
 .Sh NAME
@@ -55,7 +55,8 @@ the kernel entropy pool, which provides 
 .Xr cprng 9
 and
 .Xr rnd 4
-.Pa (/dev/random) interfaces.
+.Pa ( /dev/random )
+interfaces.
 .Pp
 Ideally the first argument
 .Fa rnd_source
@@ -196,16 +197,15 @@ pool.
 Folding the data in half prevents the caller to derive the
 actual hash of the pool, preventing some attacks.
 .Pp
-.Pp
-In the NetBSD kernel, values should be extracted from the entropy
-pool
+In the
+.Nx
+kernel, values should be extracted from the entropy pool
 .Em only
 via the
 .Xr cprng 9
-interface.  Direct access to the entropy pool is unsupported and
-may be dangerous.  There is no supported API for direct access to
-the output of the entropy pool.
-.Pp
+interface.
+Direct access to the entropy pool is unsupported and may be dangerous.
+There is no supported API for direct access to the output of the entropy pool.
 .\" .Sh ERRORS
 .Sh FILES
 These functions are declared in src/sys/sys/rnd.h and defined in

Reply via email to