Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix dangling sentence vestige in cprng(9).



details:   https://anonhg.NetBSD.org/src/rev/c110d4a8cf6a
branches:  trunk
changeset: 787547:c110d4a8cf6a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Jun 23 02:39:32 2013 +0000

description:
Fix dangling sentence vestige in cprng(9).

diffstat:

 share/man/man9/cprng.9 |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ff9d79dfa69e -r c110d4a8cf6a share/man/man9/cprng.9
--- a/share/man/man9/cprng.9    Sun Jun 23 02:38:22 2013 +0000
+++ b/share/man/man9/cprng.9    Sun Jun 23 02:39:32 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index