* doc/xml/manual/spine.xml: Update copyright years. * doc/xml/manual/build_hacking.xml: Fix spelling of libbuilddir. * doc/xml/manual/test.xml: Likewise. * doc/html/*: Regenerate.
Comitted to trunk.
commit 6c912caa212670131a9d3ed61c89d2182c79b1c0 Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Jan 3 11:15:36 2017 +0000 Fix typos in libstdc++ docs and update copyright years * doc/xml/manual/spine.xml: Update copyright years. * doc/xml/manual/build_hacking.xml: Fix spelling of libbuilddir. * doc/xml/manual/test.xml: Likewise. * doc/html/*: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/build_hacking.xml b/libstdc++-v3/doc/xml/manual/build_hacking.xml index 90489d1..f0cbd70 100644 --- a/libstdc++-v3/doc/xml/manual/build_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/build_hacking.xml @@ -507,7 +507,7 @@ If it wasn't done for the last release, you might also need to regenerate the <filename>baseline_symbols.txt</filename> file that defines the set of expected symbols for old symbol versions. A new baseline file can be generated by running <userinput>make new-abi-baseline</userinput> in the -<filename class="directory"><replaceable>libbuildir</replaceable>/testsuite</filename> +<filename class="directory"><replaceable>libbuilddir</replaceable>/testsuite</filename> directory. Be sure to generate the baseline from a clean build using unmodified sources, or you will incorporate your local changes into the baseline file. diff --git a/libstdc++-v3/doc/xml/manual/spine.xml b/libstdc++-v3/doc/xml/manual/spine.xml index c67c49c..d28df73 100644 --- a/libstdc++-v3/doc/xml/manual/spine.xml +++ b/libstdc++-v3/doc/xml/manual/spine.xml @@ -24,6 +24,7 @@ <year>2014</year> <year>2015</year> <year>2016</year> + <year>2017</year> <holder> <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.fsf.org">FSF</link> </holder> diff --git a/libstdc++-v3/doc/xml/manual/test.xml b/libstdc++-v3/doc/xml/manual/test.xml index a1781e5..d3b4c40 100644 --- a/libstdc++-v3/doc/xml/manual/test.xml +++ b/libstdc++-v3/doc/xml/manual/test.xml @@ -556,7 +556,7 @@ cat 27_io/objects/char/3_xin.in | a.out</programlisting> <para> The tests will be compiled with a set of default compiler flags defined by the - <filename><replaceable>libbuildir</replaceable>/scripts/testsuite_flags</filename> + <filename><replaceable>libbuilddir</replaceable>/scripts/testsuite_flags</filename> file, as well as options specified in individual tests. You can run the tests with different options by adding them to the output of the <option>--cxxflags</option> option of that script, or by setting @@ -585,7 +585,7 @@ cat 27_io/objects/char/3_xin.in | a.out</programlisting> To run the libstdc++ test suite under the <link linkend="manual.ext.debug_mode">debug mode</link>, use <userinput>make check-debug</userinput>. Alternatively, edit - <filename><replaceable>libbuildir</replaceable>/scripts/testsuite_flags</filename> + <filename><replaceable>libbuilddir</replaceable>/scripts/testsuite_flags</filename> to add the compile-time flag <option>-D_GLIBCXX_DEBUG</option> to the result printed by the <option>--cxxflags</option> option. Additionally, add the