diff options
author | ian <ian@FreeBSD.org> | 2014-12-27 17:02:09 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2014-12-27 17:02:09 +0000 |
commit | a048e3806089a6707c0816432fe5f41f3d7f6cdc (patch) | |
tree | 6d763d5626c8ca9598c6b9d78d1dccd4a8d8a8fa /sys/boot | |
parent | d611e0ffb22d16135ce7e88d04bea7681b00bb91 (diff) | |
download | FreeBSD-src-a048e3806089a6707c0816432fe5f41f3d7f6cdc.zip FreeBSD-src-a048e3806089a6707c0816432fe5f41f3d7f6cdc.tar.gz |
Use the proper markup for single quotes.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/common/loader.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index cac5674..1b60637 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -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. |