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 | |
| parent | 1c1bc2f7f7855f8f31ce30a503ffc02981049002 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/config.5 | 4 | ||||
| -rw-r--r-- | usr.sbin/config/config.5 | 4 |
2 files changed, 8 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 diff --git a/usr.sbin/config/config.5 b/usr.sbin/config/config.5 index 5d9fa82cb48c..52ff0f88a7f7 100644 --- a/usr.sbin/config/config.5 +++ b/usr.sbin/config/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 |
