From acbfae74e3e09417617d480de1fa47fa20e70198 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 18 Nov 2002 07:16:47 +0000 Subject: [PATCH] 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. --- sbin/devd/devd.8 | 3 +++ sbin/devd/devd.conf.5 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8 index ebf596ec0736..2e9390901157 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 10c0e5d30881..8f57ef218e6e 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.