summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2002-10-26 15:34:53 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2002-10-26 15:34:53 +0000
commit1fa804142f0ef0bb2aede20747b6ea21d3bddf04 (patch)
tree39b49b8a63b75ceb7b8948bc209e0a035ae21dcf /share/man
parentff411c0dcf258ff60b7d12a5862214575c62d06c (diff)
indent section about arc4random; ok miod@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/random.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/random.4 b/share/man/man4/random.4
index 10980dac9ce..10b030d5b0f 100644
--- a/share/man/man4/random.4
+++ b/share/man/man4/random.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: random.4,v 1.14 2002/09/26 07:55:40 miod Exp $
+.\" $OpenBSD: random.4,v 1.15 2002/10/26 15:34:52 jakob Exp $
.\"
.\" Copyright (c) 1996, 1997 Michael Shalayeff
.\"
@@ -71,12 +71,12 @@ Simple pseudo-random generator.
.It /dev/arandom
As required, entropy pool data re-seeds an ARC4 generator,
which then generates high-quality pseudo-random output data.
-.El
.Pp
The
.Xr arc4random 3
function in userland libraries seeds itself from this device,
providing a second level of ARC4 hashed data.
+.El
.Sh SEE ALSO
.Xr arc4random 3 ,
.Xr md5 3 ,