diff options
author | ceri <ceri@FreeBSD.org> | 2004-11-28 17:44:22 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2004-11-28 17:44:22 +0000 |
commit | 57bed962f39ed1b19cef5640f6053e125a7726c3 (patch) | |
tree | f9e3f2b8f6968129c71e20feda15b3a706fb085b /sbin | |
parent | f79d0d219ae6624a3ca834a27614c575e4e7498d (diff) | |
download | FreeBSD-src-57bed962f39ed1b19cef5640f6053e125a7726c3.zip FreeBSD-src-57bed962f39ed1b19cef5640f6053e125a7726c3.tar.gz |
Clarify that devd will only parse files whose names end in .conf.
Prompted by
PR: docs/73668
Submitted by: Dan Pelleg
MFC After: 3 days
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/devd/devd.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8 index 8c96eaf..32c6798 100644 --- a/sbin/devd/devd.8 +++ b/sbin/devd/devd.8 @@ -103,7 +103,9 @@ In the .Ic options section, one can define multiple directories to search for config files. -All files in each of these directories are parsed. +All files in these directories whose names match the patten +.Pa *.conf +are parsed. These files are intended to be installed by third party vendors that wish to hook into the .Nm |