Document __FreeBSDversion 800054. While I'm there fix a couple of typos.

This commit is contained in:
Xin LI 2008-12-11 05:25:31 +00:00
parent 1346f5c3f9
commit 40dda332d9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33408

View file

@ -248,7 +248,7 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
before you resort to <filename>pkg-plist</filename>.</para>
<para>Later we will see how <filename>pkg-plist</filename>
and <makevar>PLIST_FILES</makevar> can be used to fulfil
and <makevar>PLIST_FILES</makevar> can be used to fulfill
<link linkend="plist">more sophisticated
tasks</link>.</para>
</sect2>
@ -12022,7 +12022,7 @@ Reference: &lt;http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
</row>
<row>
<entry>8.0-CURRENT after adding an argumentt to MEXTADD(9)
<entry>8.0-CURRENT after adding an argument to MEXTADD(9)
</entry>
<entry>800016</entry>
</row>
@ -12234,6 +12234,15 @@ Reference: &lt;http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
MBF_NOWAIT and MBF_MNTLSTLOCK flags.</entry>
<entry>800053</entry>
</row>
<row>
<entry>8.0-CURRENT after the addition of buf_ring,
memory barriers and ifnet functions to facilitate
multiple hardware transmit queues for cards that
support them, and a lockless ring-buffer implementation
to enable drivers to more efficiently manage queuing
of packets.</entry>
<entry>800054</entry>
</row>
<row>
<entry>8.0-CURRENT after the addition of Intel&trade;
Core, Core2, and Atom support to &man.hwpmc.4;.</entry>