diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index fdcaa900..f7d313ba 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -55,10 +55,10 @@ for those who prefer to submit patches using pull requests.
To build the devmanual, simply run make in the top directory of
-the repository. You need xsltproc (from dev-libs/libxslt)
-for the XML to HTML conversion, xmllint (from dev-libs/libxml2)
-for validation, and rsvg-convert (from gnome-base/librsvg) for
-the SVG to PNG conversion used in some of the figures throughout the document.
+the repository. You need xsltproc (from dev-libs/libxslt)
+for the XML to HTML conversion, xmllint (from dev-libs/libxml2)
+for validation, and rsvg-convert (from gnome-base/librsvg)
+for the SVG to PNG conversion used in some of the figures throughout the document.
diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml
index b1643274..ad803c9d 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -501,6 +501,12 @@ The <sub> and <sup> elements are used to specify
subscript and superscript.
+
+Use the <pkg> element to reference Gentoo packages, such as
+<pkg>app-doc/pms</pkg>, which renders as app-doc/pms.
+This tag automatically creates a link to the package information page.
+
+