Module Name:    src
Committed By:   wiz
Date:           Sat Dec 17 21:24:41 UTC 2011

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

Log Message:
Use more markup. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/share/man/man9/cprng.9:1.5
--- src/share/man/man9/cprng.9:1.4	Sat Dec 17 20:05:38 2011
+++ src/share/man/man9/cprng.9	Sat Dec 17 21:24:40 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cprng.9,v 1.4 2011/12/17 20:05:38 tls Exp $
+.\"	$NetBSD: cprng.9,v 1.5 2011/12/17 21:24:40 wiz Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 28, 2011
+.Dd December 17, 2011
 .Dt CPRNG 9
 .Os
 .Sh NAME
@@ -194,8 +194,9 @@ bytes from the generator
 The
 .Fa blocking
 argument controls the blocking/non-blocking behavior of the
-generator: if it is set to FNONBLOCK, the generator may return
-less than
+generator: if it is set to
+.Dv FNONBLOCK ,
+the generator may return less than
 .Fa len
 bytes if it requires rekeying.
 If the

Reply via email to