From ccd06207d420a0a84e2886ce2d5b48d10980f1cf Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 25 May 2011 23:56:07 +0000 Subject: [PATCH] documentation_hacking.xml: Minor corrections. 2011-05-26 Jonathan Wakely * doc/xml/manual/documentation_hacking.xml: Minor corrections. From-SVN: r174245 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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: -- 2.30.2