Mark up some things that should be surrounded by <quote></quote>.

Convert some uses of <quote></quote> to other tags.
This commit is contained in:
Bruce A. Mah 2003-02-17 22:20:06 +00:00
parent a05e6539ef
commit 436b7562ca
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16045

View file

@ -50,10 +50,10 @@
<para>This is somewhat similar to the situation that &os; faced in the
3.<replaceable>X</replaceable> series. Work on 3-CURRENT trudged along
seemingly forever, and finally a cry was made to 'just ship it' and
seemingly forever, and finally a cry was made to <quote>just ship it</quote> and
clean up later. This decision resulted in the 3.0 and 3.1 releases
being very unsatisfying for most, and it wasn't until 3.2 that the
series was considered 'stable'. To make matters worse, the RELENG_3
series was considered <quote>stable</quote>. To make matters worse, the RELENG_3
branch was created along with the 3.0 release, and the HEAD branch was
allowed to advance immediately towards 4-CURRENT. This resulted in a
quick divergence between HEAD and RELENG_3, making maintenance of the
@ -388,7 +388,7 @@
<para>Make all drivers defer most of their processing out of
their interrupt thread. Significant performance gains have
been shown recently in the &man.aac.4; driver by making its
interrupt handler be <quote>INTR_MPSAFE</quote> and moving
interrupt handler be <literal>INTR_MPSAFE</literal> and moving
all processing to a taskqueue.</para>
</listitem>
@ -488,13 +488,13 @@
completely deprecated for RELENG_5, then provisions must be made
to allow users to easily install an OLDCARD-enabled kernel.
Documentation should be written to help trasition users from
OLDCARD to NEWCARD and from <quote>pccardd</quote> to
<quote>devd</quote>. The power management and
OLDCARD to NEWCARD and from &man.pccardd.8; to
&man.devd.8;. The power management and
<quote>dumpcis</quote> functionality of &man.pccardc.8; needs to be
brought forward to work with NEWCARD, along with the ability to
load CIS quirk entries. Most of this functionality can be
integrated into <quote>devd</quote> and
<quote>devctl</quote>.</para>
integrated into &man.devd.8; and
&man.devctl.4;.</para>
</listitem>
<listitem>
@ -539,7 +539,7 @@
<listitem>
<para>&man.disklabel.8; regressions: The biggest casualty of the
introduction of GEOM appears to be the disklabel utility. The
<quote>-r</quote> option gives unpredictable results in most
<option>-r</option> option gives unpredictable results in most
cases now and should be removed or fixed. Work is planned for a
new unified interface for modifying labels and slices, however
this should not preclude disklabel from being fixed.</para>