Use manpage entity references where appropriate.

This commit is contained in:
Bruce A. Mah 2003-02-17 22:12:12 +00:00
parent 101abcef59
commit 2c91eff77a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16043

View file

@ -161,7 +161,7 @@
</listitem>
<listitem>
<para>kernel encryption: crypto drivers and core crypto framework are
<para>kernel encryption: crypto drivers and core &man.crypto.4; framework are
Giant-free. KAME IPsec and FAST IPSec have not been locked.</para>
</listitem>
@ -387,7 +387,7 @@
<listitem>
<para>Make all drivers defer most of their processing out of
their interrupt thread. Significant performance gains have
been shown recently in the aac(4) driver by making its
been shown recently in the &man.aac.4; driver by making its
interrupt handler be <quote>INTR_MPSAFE</quote> and moving
all processing to a taskqueue.</para>
</listitem>
@ -490,7 +490,7 @@
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
<quote>dumpcis</quote> functionality of pccardc(1) needs to be
<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
@ -537,7 +537,7 @@
</listitem>
<listitem>
<para>disklabel(8) regressions: The biggest casualty of the
<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
cases now and should be removed or fixed. Work is planned for a