diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-03-04 11:13:23 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2025-03-04 11:14:00 +0000 |
commit | ac16d6d74fcb4ca10c939b00782b4dfada666273 (patch) | |
tree | 3fa38085937c2af99887c6f6cec7f7ea2c4f53d0 /libstdc++-v3/doc | |
parent | 78380fd7f743e23dfdf013d68a2f0347e1511550 (diff) | |
download | gcc-ac16d6d74fcb4ca10c939b00782b4dfada666273.zip gcc-ac16d6d74fcb4ca10c939b00782b4dfada666273.tar.gz gcc-ac16d6d74fcb4ca10c939b00782b4dfada666273.tar.bz2 |
libstdc++: Remove stray comma in testing docs
libstdc++-v3/ChangeLog:
* doc/xml/manual/test.xml: Remove stray comma.
* doc/html/manual/test.html: Regenerate.
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r-- | libstdc++-v3/doc/html/manual/test.html | 2 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/test.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/test.html b/libstdc++-v3/doc/html/manual/test.html index 1c7af11..4b295e5 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</pre></dd><dt><span class="term"><code c </pre><p> </p><p> 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 6b7f1b0..963e3e1 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</programlisting> <para> 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. |