diff options
| author | Matthew Hunt <mph@FreeBSD.org> | 2000-06-25 07:12:03 +0000 |
|---|---|---|
| committer | Matthew Hunt <mph@FreeBSD.org> | 2000-06-25 07:12:03 +0000 |
| commit | 5d98029c7e6b6ef3ee5393a6bcd3478d839787ce (patch) | |
| tree | cdf4094426c8ee9615dfef7e6d5fb10f465e0308 /sys | |
| parent | b1bd38b351119a01e71f9f383155b68785f3cbc4 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/common/loader.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index a6f2151d192c..8569709779c9 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -387,7 +387,7 @@ This can be overridden by setting explicitly. .El .Pp -Other variables are used to override kernel tunnable parameters. +Other variables are used to override kernel tunable parameters. The following tunables are available: .Bl -tag -width Va -offset indent .It Va kern.ipc.nmbclusters @@ -427,8 +427,7 @@ This special parser applies the following rules to the parsed text: All backslash characters are preprocessed. .Bl -bullet .It -\eb , \ef , \er , \en and \et are processed as by C's -.Fn printf . +\eb , \ef , \er , \en and \et are processed as in C. .It \es is converted to a space. .It |
