aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/5-roadmap
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2003-02-17 22:20:06 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2003-02-17 22:20:06 +0000
commit436b7562ca165718876a38212e09e71fab78fa45 (patch)
tree979057c85670c18d5c70a7a9ff9cb88cb74ccdbd /en_US.ISO8859-1/articles/5-roadmap
parenta05e6539efd490b012bd9dc4851c81b8c52a016b (diff)
downloaddoc-436b7562ca165718876a38212e09e71fab78fa45.tar.gz
doc-436b7562ca165718876a38212e09e71fab78fa45.zip
Mark up some things that should be surrounded by <quote></quote>.
Convert some uses of <quote></quote> to other tags.
Notes
Notes: svn path=/head/; revision=16045
Diffstat (limited to 'en_US.ISO8859-1/articles/5-roadmap')
-rw-r--r--en_US.ISO8859-1/articles/5-roadmap/article.sgml16
1 files changed, 8 insertions, 8 deletions
diff --git a/en_US.ISO8859-1/articles/5-roadmap/article.sgml b/en_US.ISO8859-1/articles/5-roadmap/article.sgml
index 6e88e8bdf3..43cf864918 100644
--- a/en_US.ISO8859-1/articles/5-roadmap/article.sgml
+++ b/en_US.ISO8859-1/articles/5-roadmap/article.sgml
@@ -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>