- Add a non-breaking space where needed.

- Reword "15+" and "5.0+"
- Use right inline tags for a kernel configuration line.
This commit is contained in:
Marc Fonvieille 2004-08-20 09:40:15 +00:00
parent cfff0faff7
commit 946ed5b710
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22024

View file

@ -1627,7 +1627,7 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
<para>There are various other buffer-cache and VM page cache <para>There are various other buffer-cache and VM page cache
related sysctls. We do not recommend modifying these values. As related sysctls. We do not recommend modifying these values. As
of &os; 4.3, the VM system does an extremely good job of of &os;&nbsp;4.3, the VM system does an extremely good job of
automatically tuning itself.</para> automatically tuning itself.</para>
</sect3> </sect3>
@ -1687,20 +1687,20 @@ device_probe_and_attach: cbb0 attach returned 12</screen>
</sect3> </sect3>
<sect3> <sect3>
<title><option>SCSI_DELAY</option> <title><literal>SCSI_DELAY</literal>
(<varname>kern.cam.scsi_delay</varname>)</title> (<varname>kern.cam.scsi_delay</varname>)</title>
<indexterm> <indexterm>
<primary><option>SCSI_DELAY</option></primary> <primary><literal>SCSI_DELAY</literal></primary>
<secondary><varname>kern.cam.scsi_delay</varname></secondary> <secondary><varname>kern.cam.scsi_delay</varname></secondary>
</indexterm> </indexterm>
<para>The <option>SCSI_DELAY</option> kernel config may be used to <para>The <literal>SCSI_DELAY</literal> kernel config may be used to
reduce system boot times. The defaults are fairly high and can be reduce system boot times. The defaults are fairly high and can be
responsible for <literal>15+</literal> seconds of delay in the responsible for <literal>15</literal> seconds of delay in the
boot process. Reducing it to <literal>5</literal> seconds usually boot process. Reducing it to <literal>5</literal> seconds usually
works (especially with modern drives). Newer versions of &os; works (especially with modern drives). Newer versions of &os;
(5.0+) should use the <varname>kern.cam.scsi_delay</varname> (5.0 and higher) should use the <varname>kern.cam.scsi_delay</varname>
boot time tunable. The tunable, and kernel config option accept boot time tunable. The tunable, and kernel config option accept
values in terms of <emphasis>milliseconds</emphasis> and values in terms of <emphasis>milliseconds</emphasis> and
<emphasis>not</emphasis> <emphasis>seconds</emphasis>.</para> <emphasis>not</emphasis> <emphasis>seconds</emphasis>.</para>