summaryrefslogtreecommitdiffstats
path: root/share/man/man9/device.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
committerhmp <hmp@FreeBSD.org>2003-05-31 14:07:25 +0000
commit5d71788a056bfdb2b7446be7e42b64371485657f (patch)
tree699677a7aafb30afb978e6dbdfaeb7e00df0b977 /share/man/man9/device.9
parentf2f79e8c3fd78874b7ac71ce17f19bb9f33d3061 (diff)
downloadFreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.zip
FreeBSD-src-5d71788a056bfdb2b7446be7e42b64371485657f.tar.gz
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor)
Diffstat (limited to 'share/man/man9/device.9')
-rw-r--r--share/man/man9/device.914
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/device.9 b/share/man/man9/device.9
index 632bca3..8419197 100644
--- a/share/man/man9/device.9
+++ b/share/man/man9/device.9
@@ -41,16 +41,16 @@ The device object represents a piece of hardware attached to the
system such as an expansion card, the bus which that card is plugged
into, disk drives attached to the expansion card etc.
The system defines one device,
-.Dv root_bus
+.Va root_bus
and all other devices are created dynamically during
autoconfiguration. Normally devices representing top-level busses in
the system (ISA, PCI etc.) will be attached directly to
-.Dv root_bus
+.Va root_bus
and other devices will be added as children of their relevant bus.
.Pp
The devices in a system form a tree.
All devices except
-.Dv root_bus
+.Va root_bus
have a parent (see
.Xr device_get_parent 9 ) .
In addition, any device can have children attached to it (see
@@ -83,13 +83,13 @@ and a set of driver-specific variables (see
.Pp
Devices can be in one of several states:
.Bl -tag -width DS_NOTPRESENT
-.It Ar DS_NOTPRESENT
+.It Dv DS_NOTPRESENT
the device has not been probed for existence or the probe failed
-.It Ar DS_ALIVE
+.It Dv DS_ALIVE
the device probe succeeded but not yet attached
-.It Ar DS_ATTACHED
+.It Dv DS_ATTACHED
the device has been successfully attached
-.It Ar DS_BUSY
+.It Dv DS_BUSY
the device is currently open
.El
.Pp
OpenPOWER on IntegriCloud