summaryrefslogtreecommitdiffstats
path: root/share/man/man9/devstat.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 18:41:33 +0000
committerru <ru@FreeBSD.org>2000-11-20 18:41:33 +0000
commit0100fd6e93e8e0203ec077685f3e68afea54de52 (patch)
treeb87583b730938778b4af11a44748d110d751f3ac /share/man/man9/devstat.9
parent0127deea8c3ecf9b2bcefaa370c23b1d51b0720c (diff)
downloadFreeBSD-src-0100fd6e93e8e0203ec077685f3e68afea54de52.zip
FreeBSD-src-0100fd6e93e8e0203ec077685f3e68afea54de52.tar.gz
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'share/man/man9/devstat.9')
-rw-r--r--share/man/man9/devstat.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9
index 550903d..d416a5d 100644
--- a/share/man/man9/devstat.9
+++ b/share/man/man9/devstat.9
@@ -72,7 +72,7 @@ statistics, as its name implies. The idea is to keep reasonably detailed
statistics while utilizing a minimum amount of CPU time to record them.
Thus, no statistical calculations are actually performed in the kernel
portion of the
-.Nm devstat
+.Nm
code. Instead, that is left for user programs to handle.
.Pp
.Fn devstat_add_entry
@@ -108,7 +108,7 @@ for a complete list of types.
.It priority
The device priority. The priority is used to determine how devices are
sorted within
-.Nm devstat's
+.Nm devstat Ns 's
list of devices. Devices are sorted first by priority (highest to lowest),
and then by attach order. See below for a complete list of available
priorities.
@@ -251,7 +251,7 @@ driver. See below for a complete list of device types.
.It priority
This is the priority. This is the first parameter used to determine where
to insert a device in the
-.Nm devstat
+.Nm
list. The second parameter is attach order. See below for a list of
available priorities.
.El
@@ -296,7 +296,7 @@ typedef enum {
.Pp
Devices have a priority associated with them, which controls roughly where
they are placed in the
-.Nm devstat
+.Nm
list. The priorities are as follows:
.Bd -literal -offset indent
typedef enum {
OpenPOWER on IntegriCloud