diff mbox

[v3] minor doc corrections

Message ID BANLkTikUofNm5LLfdpsf7GF0tm5U36XnrQ@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely May 25, 2011, 11:56 p.m. UTC
2011-05-26  Jonathan Wakely  <jwakely.gcc@gmail.com>

        * doc/xml/manual/documentation_hacking.xml: Minor corrections.

Tested with 'make doc-xml-validate-docbook' and committed to trunk
diff mbox

Patch

Index: doc/xml/manual/documentation_hacking.xml
===================================================================
--- doc/xml/manual/documentation_hacking.xml	(revision 174244)
+++ doc/xml/manual/documentation_hacking.xml	(working copy)
@@ -648,7 +648,7 @@ 
       </para>
 
       <para>
-	For processing XML, an XML processor and some style
+	For processing XML, an XSLT processor and some style
 	sheets are necessary. Defaults are <command>xsltproc</command>
 	provided by <filename>libxslt</filename>.
       </para>
@@ -711,7 +711,7 @@ 
       <para>
 	If the Docbook stylesheets are installed in a custom location,
 	one can use the variable <literal>XSL_STYLE_DIR</literal> to
-	over-ride the Makefile defaults. As so:
+	override the Makefile defaults. For example:
       </para>
 
       <screen>