diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 264fe10a0a..05a65adc2e 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -248,7 +248,7 @@ PLIST_DIRS= lib/X11/oneko
before you resort to pkg-plist.
Later we will see how pkg-plist
- and PLIST_FILES can be used to fulfil
+ and PLIST_FILES can be used to fulfill
more sophisticated
tasks.
@@ -12022,7 +12022,7 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
- 8.0-CURRENT after adding an argumentt to MEXTADD(9)
+ 8.0-CURRENT after adding an argument to MEXTADD(9)
800016
@@ -12234,6 +12234,15 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
MBF_NOWAIT and MBF_MNTLSTLOCK flags.
800053
+
+ 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.
+ 800054
+ 8.0-CURRENT after the addition of Intel™
Core, Core2, and Atom support to &man.hwpmc.4;.