diff options
author | mph <mph@FreeBSD.org> | 2000-06-25 07:12:03 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2000-06-25 07:12:03 +0000 |
commit | 0aadcd8ef6f3209564fd818265d685369f13d074 (patch) | |
tree | e0fdf5808c89717e96f6d32a20aa24ea4055fad6 /sys/boot | |
parent | 860493e2052cc33a6abb2a55500f908beeffbe85 (diff) | |
download | FreeBSD-src-0aadcd8ef6f3209564fd818265d685369f13d074.zip FreeBSD-src-0aadcd8ef6f3209564fd818265d685369f13d074.tar.gz |
Typo fix: tunnable.
Backslash-parsing is not the role of printf(3), but is provided
by the C language.
Diffstat (limited to 'sys/boot')
-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 a6f2151..8569709 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 |