Module Name:    src
Committed By:   riastradh
Date:           Sun Jun 23 02:39:32 UTC 2013

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

Log Message:
Fix dangling sentence vestige in cprng(9).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/cprng.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/cprng.9
diff -u src/share/man/man9/cprng.9:1.6 src/share/man/man9/cprng.9:1.7
--- src/share/man/man9/cprng.9:1.6	Thu Aug 23 11:59:02 2012
+++ src/share/man/man9/cprng.9	Sun Jun 23 02:39:32 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cprng.9,v 1.6 2012/08/23 11:59:02 drochner Exp $
+.\"	$NetBSD: cprng.9,v 1.7 2013/06/23 02:39:32 riastradh Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -116,7 +116,6 @@ The
 family of functions supply less strong random numbers, suitable for
 initialization vectors, nonces in certain protocols, and other
 similar purposes, using a faster but less secure stream-cipher generator.
-stream-cipher generator.
 Calls to
 .Xr arc4random 9
 should be replaced with calls to

Reply via email to