summaryrefslogtreecommitdiffstats
path: root/sbin/devd/devd.8
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
committerschweikh <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
commitfec6546e12b076c18d8f6ccef5737bc62ee319cc (patch)
treeab5e026aafe37b18ff362bec5a3c4765fb7813f5 /sbin/devd/devd.8
parent72aba11981608aab3a44b464cea3d5fa00469d50 (diff)
downloadFreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.zip
FreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.tar.gz
english(4) police.
Diffstat (limited to 'sbin/devd/devd.8')
-rw-r--r--sbin/devd/devd.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8
index 2e93909..a4f28ef 100644
--- a/sbin/devd/devd.8
+++ b/sbin/devd/devd.8
@@ -47,7 +47,7 @@ Enable debugging messages and run in the foreground instead of
becoming a daemon.
.El
.Sh IMPLEMENTATION NOTES
-.Nm
+.Nm
is a system daemon that runs in the background all the time.
Whenever a device is added to or removed from the device tree,
.Nm
@@ -66,7 +66,7 @@ to use a table to locate and load via
.Xr kldload 8
the proper driver for an unrecognized device that is added to the system.
.Pp
-.Nm
+.Nm
hooks into the
.Xr devctl 4
device driver.
@@ -74,8 +74,8 @@ This device driver has hooks into the device configuration system.
When nodes are added or deleted from the tree, this device will
deliver information about the event to
.Nm .
-Once
-.Nm
+Once
+.Nm
has parsed the message, it will search its action list for that kind
of event and perform the action with the highest matching value.
For most mundane uses, the default handlers are adequate.
@@ -84,8 +84,8 @@ aspect of what happens.
.Pp
.Nm
reads /etc/devd.conf and uses that file to drive the rest of the process.
-While the format of this file is described in
-.Xr devd.conf 5
+While the format of this file is described in
+.Xr devd.conf 5
some basics are covered here.
In the options section, one can define multiple directories to search
for config files.
@@ -102,4 +102,4 @@ config files.
.An M. Warner Losh
.Sh BUGS
devd currently always runs "/etc/devd-generic $device $startstop" for
-all device events, reguardless of what the config file says to do.
+all device events, regardless of what the config file says to do.
OpenPOWER on IntegriCloud