Module Name: src
Committed By: wiz
Date: Sat Feb 5 00:24:08 UTC 2011
Modified Files:
src/lib/libc/gen: arc4random.3
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/lib/libc/gen/arc4random.3:1.9
--- src/lib/libc/gen/arc4random.3:1.8 Fri Feb 4 22:07:07 2011
+++ src/lib/libc/gen/arc4random.3 Sat Feb 5 00:24:08 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: arc4random.3,v 1.8 2011/02/04 22:07:07 christos Exp $
+.\" $NetBSD: arc4random.3,v 1.9 2011/02/05 00:24:08 wiz Exp $
.\" $OpenBSD: arc4random.3,v 1.17 2000/12/21 14:07:41 aaron Exp $
.\"
.\" Copyright 1997 Niels Provos <[email protected]>
@@ -82,11 +82,11 @@
and
.Xr drand48 3 .
.Pp
-The
-.Fn arc4random_buf
-function fills the
+The
+.Fn arc4random_buf
+function fills the
.Fa buffer
-with
+with
.Fa length
bytes of ARC4-derived random data.
.Pp