Typo fix: tunnable.

Backslash-parsing is not the role of printf(3), but is provided
	by the C language.
This commit is contained in:
Matthew Hunt 2000-06-25 07:12:03 +00:00
parent b1bd38b351
commit 5d98029c7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62049

View File

@ -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