Module Name:    src
Committed By:   wiz
Date:           Mon Nov 17 15:17:41 UTC 2014

Modified Files:
        src/lib/libc/gen: arc4random.3

Log Message:
Remove unnecessary Ns before punctuation. Fix a line.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/gen/arc4random.3

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

Modified files:

Index: src/lib/libc/gen/arc4random.3
diff -u src/lib/libc/gen/arc4random.3:1.16 src/lib/libc/gen/arc4random.3:1.17
--- src/lib/libc/gen/arc4random.3:1.16	Mon Nov 17 15:08:37 2014
+++ src/lib/libc/gen/arc4random.3	Mon Nov 17 15:17:41 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: arc4random.3,v 1.16 2014/11/17 15:08:37 riastradh Exp $
+.\"	$NetBSD: arc4random.3,v 1.17 2014/11/17 15:17:41 wiz Exp $
 .\"
 .\" Copyright (c) 2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -251,7 +251,7 @@ the real world.
 .\"
 .\" Andrew Roos, `A Class of Weak Keys in the RC4 Stream Cipher',
 .\" sci.crypt posts dated 1995-09-22, message-ids
- \" [email protected] and [email protected].
+.\" [email protected] and [email protected].
 .\"
 .\" Paul Crowley, `Small bias in RC4 experimentally verified', March
 .\" 1998, http://www.ciphergoth.org/crypto/rc4/
@@ -271,7 +271,7 @@ But it's too late to change that now.
 .Pp
 .Fn arc4random_uniform
 does not help to choose integers in [0,
-.Fa n Ns )
+.Fa n )
 uniformly at random when
 .Fa n
 > 2^32.

Reply via email to