Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Remove unnecessary Ns before punctuation. Fix a...



details:   https://anonhg.NetBSD.org/src/rev/935e6e863a80
branches:  trunk
changeset: 803963:935e6e863a80
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 17 15:17:41 2014 +0000

description:
Remove unnecessary Ns before punctuation. Fix a line.

diffstat:

 lib/libc/gen/arc4random.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 904bceb9a6bf -r 935e6e863a80 lib/libc/gen/arc4random.3
--- a/lib/libc/gen/arc4random.3 Mon Nov 17 15:08:37 2014 +0000
+++ b/lib/libc/gen/arc4random.3 Mon Nov 17 15:17:41 2014 +0000
@@ -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 @@
 .\"
 .\" Andrew Roos, `A Class of Weak Keys in the RC4 Stream Cipher',
 .\" sci.crypt posts dated 1995-09-22, message-ids
- \" 43u1eh$1j3%hermes.is.co.za@localhost and 44ebge$llf%hermes.is.co.za@localhost.
+.\" 43u1eh$1j3%hermes.is.co.za@localhost and 44ebge$llf%hermes.is.co.za@localhost.
 .\"
 .\" Paul Crowley, `Small bias in RC4 experimentally verified', March
 .\" 1998, http://www.ciphergoth.org/crypto/rc4/
@@ -271,7 +271,7 @@
 .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.



Home | Main Index | Thread Index | Old Index