diff options
author | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-13 21:55:53 +0000 |
---|---|---|
committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-13 21:55:53 +0000 |
commit | fc0c46e313cbae84db085ce02c50a1cb2de3828c (patch) | |
tree | cee1b85fe6e37bcaec41969d4813c0e35d637953 /share/man/man5 | |
parent | 1c1bc2f7f7855f8f31ce30a503ffc02981049002 (diff) | |
download | src-fc0c46e313cbae84db085ce02c50a1cb2de3828c.tar.gz src-fc0c46e313cbae84db085ce02c50a1cb2de3828c.zip |
Document the "files" directive.
Reminded by: jmg
Notes
Notes:
svn path=/head/; revision=129194
Diffstat (limited to 'share/man/man5')
-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 5d9fa82cb48c..52ff0f88a7f7 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 |