diff options
author | phk <phk@FreeBSD.org> | 2008-12-14 11:47:39 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2008-12-14 11:47:39 +0000 |
commit | 329b1107fb9fc5dde141d48d016f4c8027a76edf (patch) | |
tree | d812021cc843610346a3a19a2f017200312d6d58 /sbin/devd | |
parent | 62d6b4ab63c0ab8d1ae82a778672927f0a1b6b70 (diff) | |
download | FreeBSD-src-329b1107fb9fc5dde141d48d016f4c8027a76edf.zip FreeBSD-src-329b1107fb9fc5dde141d48d016f4c8027a76edf.tar.gz |
Clarify that configuration files must be named '*.conf'
Diffstat (limited to 'sbin/devd')
-rw-r--r-- | sbin/devd/devd.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index c8de20f..9e4796f 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -110,7 +110,7 @@ statement. .It Ic directory Qq Ar /some/path ; Adds the given directory to the list of directories from which .Xr devd 8 -will read +will read all files named "*.conf" as further configuration files. Any number of .Ic directory |