From: Jonathan Wakely Date: Wed, 25 May 2011 23:56:07 +0000 (+0000) Subject: documentation_hacking.xml: Minor corrections. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccd06207d420a0a84e2886ce2d5b48d10980f1cf;p=gcc.git documentation_hacking.xml: Minor corrections. 2011-05-26 Jonathan Wakely * doc/xml/manual/documentation_hacking.xml: Minor corrections. From-SVN: r174245 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3926a0442e4..8d26ff45bf2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2011-05-26 Jonathan Wakely + + * doc/xml/manual/documentation_hacking.xml: Minor corrections. + 2011-05-26 Jonathan Wakely * include/std/mutex: Add doxygen comments. diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml index 7b2ed7c09b8..f6d7d55e04a 100644 --- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml @@ -648,7 +648,7 @@ - For processing XML, an XML processor and some style + For processing XML, an XSLT processor and some style sheets are necessary. Defaults are xsltproc provided by libxslt. @@ -711,7 +711,7 @@ If the Docbook stylesheets are installed in a custom location, one can use the variable XSL_STYLE_DIR to - over-ride the Makefile defaults. As so: + override the Makefile defaults. For example: