summaryrefslogtreecommitdiffstats
path: root/share
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
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')
-rw-r--r--share/man/man9/random.912
-rw-r--r--share/man/man9/spl.924
2 files changed, 18 insertions, 18 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
diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9
index da5627f..f401a14 100644
--- a/share/man/man9/spl.9
+++ b/share/man/man9/spl.9
@@ -29,17 +29,17 @@
.Os
.Dt SPL 9
.Sh NAME
-.Nm splbio,
-.Nm splclock,
-.Nm splhigh,
-.Nm splimp,
-.Nm splnet,
-.Nm splsoftclock,
-.Nm splsofttty,
-.Nm splstatclock,
-.Nm spltty,
-.Nm splvm,
-.Nm spl0,
+.Nm splbio ,
+.Nm splclock ,
+.Nm splhigh ,
+.Nm splimp ,
+.Nm splnet ,
+.Nm splsoftclock ,
+.Nm splsofttty ,
+.Nm splstatclock ,
+.Nm spltty ,
+.Nm splvm ,
+.Nm spl0 ,
.Nm splx
.Nd manipulate interrupt priorities
.Sh SYNOPSIS
@@ -178,7 +178,7 @@ foointr(...)
wakeup(sc);
...
}
-
+
.Ed
Note that the interrupt handler should
.Em never
OpenPOWER on IntegriCloud