Use the proper markup for single quotes.

This commit is contained in:
Ian Lepore 2014-12-27 17:02:09 +00:00
parent 3a3f4b0b02
commit d5d9f57726
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276306

View File

@ -671,8 +671,9 @@ Overrides the compile-time set value of
or the preset default of 512.
Must be a power of 2.
.It Va twiddle_divisor
Throttles the output of the `twiddle' I/O progress indicator displayed
while loading the kernel and modules.
Throttles the output of the
.Sq twiddle
I/O progress indicator displayed while loading the kernel and modules.
This is useful on slow serial consoles where the time spent waiting for
these characters to be written can add up to many seconds.
The default is 1 (full speed); a value of 2 spins half as fast, and so on.