Whitespace change for following text changes: translators please ignore.

This commit is contained in:
Mark Linimon 2008-02-03 07:43:39 +00:00
parent 80ad42a8b0
commit fede914c9e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31426

View file

@ -740,20 +740,20 @@
<example>
<title>Correct use of arch-specific category</title>
<para>You have a common PC-based machine, and think
you have encountered a problem specific to a particular
chipset or a particular motherboard: <literal>i386</literal>
is the right category.</para>
<para>You have a common PC-based machine, and think
you have encountered a problem specific to a particular
chipset or a particular motherboard: <literal>i386</literal>
is the right category.</para>
</example>
<example>
<title>Incorrect use of arch-specific category</title>
<para>You are having a problem with an add-in
peripheral card on a commonly seen bus, or a problem with
a particular type of hard disk drive: in this case, it
probably applies to more than one architecture, and
<literal>kern</literal> is the right category.</para>
<para>You are having a problem with an add-in
peripheral card on a commonly seen bus, or a problem with
a particular type of hard disk drive: in this case, it
probably applies to more than one architecture, and
<literal>kern</literal> is the right category.</para>
</example>
</note>