summaryrefslogtreecommitdiffstats
path: root/share/man/man9/random.9
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-11-13 13:12:44 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-11-13 13:12:44 +0000
commit5556ffe79e3266be1ec21e34618e299193e9382f (patch)
tree11cde82d1467a332c5c8338ae43691ab29ea0ce6 /share/man/man9/random.9
parentdf7eda4f948e8f6eccf379bdd49c7f78a8eaed36 (diff)
downloadFreeBSD-src-5556ffe79e3266be1ec21e34618e299193e9382f.zip
FreeBSD-src-5556ffe79e3266be1ec21e34618e299193e9382f.tar.gz
Sort NAMES section and separate Nm arguments from trailing punctuation.
Diffstat (limited to 'share/man/man9/random.9')
-rw-r--r--share/man/man9/random.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/random.9 b/share/man/man9/random.9
index a347f18..c327cd9 100644
--- a/share/man/man9/random.9
+++ b/share/man/man9/random.9
@@ -30,10 +30,10 @@
.Os
.Dt RANDOM 9
.Sh NAME
-.Nm srandom,
-.Nm random,
-.Nm arc4random,
-.Nm read_random
+.Nm arc4random ,
+.Nm random ,
+.Nm read_random ,
+.Nm srandom
.Nd supply pseudo-random numbers.
.Sh SYNOPSIS
.Fd #include <sys/libkern.h>
@@ -53,7 +53,7 @@ The
function will by default produce a sequence of numbers that can be duplicated
by calling
.Fn srandom
-with
+with
.Ql 1
as the
.Ar seed .
@@ -61,7 +61,7 @@ The
.Fn srandom
function may be called with any arbitrary
.Ar seed
-value to get slightly more unpredictable numbers.
+value to get slightly more unpredictable numbers.
It is important to remember that the
.Fn random
function is entirely predictable, and is therefore not of use where
OpenPOWER on IntegriCloud