diff options
author | cognet <cognet@FreeBSD.org> | 2004-05-13 21:55:53 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2004-05-13 21:55:53 +0000 |
commit | 1a6a57d801c64658715940a7ea65bc80fdec4a8f (patch) | |
tree | cee1b85fe6e37bcaec41969d4813c0e35d637953 /share/man | |
parent | 73b8b7698f89ce1ef44027c206603b58da516901 (diff) | |
download | FreeBSD-src-1a6a57d801c64658715940a7ea65bc80fdec4a8f.zip FreeBSD-src-1a6a57d801c64658715940a7ea65bc80fdec4a8f.tar.gz |
Document the "files" directive.
Reminded by: jmg
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/config.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man5/config.5 b/share/man/man5/config.5 index 5d9fa82..52ff0f8 100644 --- a/share/man/man5/config.5 +++ b/share/man/man5/config.5 @@ -125,6 +125,10 @@ the compiled-in environment instead. This directive is useful for setting kernel tunables in embedded environments that do not start from .Xr loader 8 . +.\" -------- FILES -------- +.It Ic files Ar filename +Specifies a file containing a list of files specific to that kernel +configuration file (ala files.ARCH). .\" -------- HINTS -------- .It Ic hints Ar filename Specifies a file to load a static device configuration specification |