Module Name:    src
Committed By:   riastradh
Date:           Mon Nov 17 15:28:22 UTC 2014

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

Log Message:
Fix Google Groups link.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/lib/libc/gen/arc4random.3:1.18
--- src/lib/libc/gen/arc4random.3:1.17	Mon Nov 17 15:17:41 2014
+++ src/lib/libc/gen/arc4random.3	Mon Nov 17 15:28:22 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: arc4random.3,v 1.17 2014/11/17 15:17:41 wiz Exp $
+.\"	$NetBSD: arc4random.3,v 1.18 2014/11/17 15:28:22 riastradh Exp $
 .\"
 .\" Copyright (c) 2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -247,11 +247,11 @@ is now known to be broken badly enough t
 the real world.
 .\" Bob Jenkins, sci.crypt post dated 1994-09-16, message-id
 .\" <[email protected]>,
-.\" https://groups.google.com/forum/msg/sci.crypt/JsO3xEATGFA/-wO4ttv7BCYJ
+.\" https://groups.google.com/d/msg/sci.crypt/JsO3xEATGFA/-wO4ttv7BCYJ
 .\"
 .\" 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/

Reply via email to