From: Jonathan Wakely Date: Tue, 4 Mar 2025 11:13:23 +0000 (+0000) Subject: libstdc++: Remove stray comma in testing docs X-Git-Tag: basepoints/gcc-16~1745 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac16d6d74fcb4ca10c939b00782b4dfada666273;p=thirdparty%2Fgcc.git libstdc++: Remove stray comma in testing docs libstdc++-v3/ChangeLog: * doc/xml/manual/test.xml: Remove stray comma. * doc/html/manual/test.html: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/test.html b/libstdc++-v3/doc/html/manual/test.html index 1c7af1193daf..4b295e583f61 100644 --- a/libstdc++-v3/doc/html/manual/test.html +++ b/libstdc++-v3/doc/html/manual/test.html @@ -230,7 +230,7 @@ cat 27_io/objects/char/3_xin.in | a.out

The testsuite will create a number of files in the directory in - which you run this command,. Some of those files might use the + which you run this command. Some of those files might use the same name as files created by other testsuites (like the ones for GCC and G++), so you should not try to run all the testsuites in parallel from the same directory. diff --git a/libstdc++-v3/doc/xml/manual/test.xml b/libstdc++-v3/doc/xml/manual/test.xml index 6b7f1b04a2ac..963e3e135009 100644 --- a/libstdc++-v3/doc/xml/manual/test.xml +++ b/libstdc++-v3/doc/xml/manual/test.xml @@ -381,7 +381,7 @@ cat 27_io/objects/char/3_xin.in | a.out The testsuite will create a number of files in the directory in - which you run this command,. Some of those files might use the + which you run this command. Some of those files might use the same name as files created by other testsuites (like the ones for GCC and G++), so you should not try to run all the testsuites in parallel from the same directory.