mirror of git://gcc.gnu.org/git/gcc.git
documentation_hacking.xml: Minor corrections.
2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/documentation_hacking.xml: Minor corrections. From-SVN: r174245
This commit is contained in:
parent
e06745c110
commit
ccd06207d4
|
@ -1,3 +1,7 @@
|
|||
2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* doc/xml/manual/documentation_hacking.xml: Minor corrections.
|
||||
|
||||
2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
|
||||
|
||||
* include/std/mutex: Add doxygen comments.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue