diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-27 01:02:56 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-08-27 01:02:56 +0000 |
| commit | f5c94aed8f6f200f060ac11951a0510d116e806c (patch) | |
| tree | b8382dc98bdc4268a367b9a0d86fcae4eaa368b2 /sys/boot | |
| parent | e7c9ad3b105b946fa4076c88b2290eff0652d0a6 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/forth/loader.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index dc4caebc4248..89a803f7cf4c 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -58,7 +58,8 @@ format was defined explicitly to resemble and can be sourced by .Xr sh 1 , some settings are treated in a special fashion. Also, the -behavior of some settings is defined by the setting's suffix; the prefix identifies which module the setting controls. +behavior of some settings is defined by the setting's suffix; +the prefix identifies which module the setting controls. .Pp The general parsing rules are: .Bl -bullet @@ -81,7 +82,8 @@ environment variable. The settings that receive special treatment are listed below. Settings beginning with .Qq * below define the modules to be loaded and -may have any prefix; the prefix identifies a module. All such settings sharing a common +may have any prefix; the prefix identifies a module. +All such settings sharing a common prefix refer to the same module. .Bl -tag -width Ar .It Ar exec |
