diff options
author | imp <imp@FreeBSD.org> | 2002-11-18 07:16:47 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-11-18 07:16:47 +0000 |
commit | 71d25044f640e2738e1c213d8e9a0f30e04eaccb (patch) | |
tree | 271573add8b952640b089a8707976f64a1c8e2ad /sbin/devd | |
parent | 4656497567e4bdef0ac78d98c27a55be9e2e4b2f (diff) | |
download | FreeBSD-src-71d25044f640e2738e1c213d8e9a0f30e04eaccb.zip FreeBSD-src-71d25044f640e2738e1c213d8e9a0f30e04eaccb.tar.gz |
Add BUGS section and note departure of actual implementation from what
is documented so the pioneers will know why it works the way it does.
Diffstat (limited to 'sbin/devd')
-rw-r--r-- | sbin/devd/devd.8 | 3 | ||||
-rw-r--r-- | sbin/devd/devd.conf.5 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8 index ebf596e..2e93909 100644 --- a/sbin/devd/devd.8 +++ b/sbin/devd/devd.8 @@ -100,3 +100,6 @@ config files. .Xr devd.conf 5 .Sh AUTHORS .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. diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index 10c0e5d..8f57ef2 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -131,3 +131,6 @@ configuration file. .El .Sh SEE ALSO .Xr devd 8 +.Sh BUGS +devd currently always runs "/etc/devd-generic $device $startstop" for +all device events, reguardless of what the config file says to do. |