]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix spelling of <envar> elements in manual
authorJonathan Wakely <jwakely@redhat.com>
Fri, 16 Feb 2024 10:38:29 +0000 (10:38 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 16 Feb 2024 10:44:15 +0000 (10:44 +0000)
libstdc++-v3/ChangeLog:

* doc/xml/manual/test.xml: Fix spelling of <envar> elements.
* doc/html/manual/test.html: Regenerate.

libstdc++-v3/doc/html/manual/test.html
libstdc++-v3/doc/xml/manual/test.xml

index 4b7f60c9badea13da5901c43ed6928f90b9fde13..3657997fad46e4519b40729a097d582bb2a51251 100644 (file)
@@ -356,7 +356,7 @@ cat 27_io/objects/char/3_xin.in | a.out</pre></dd><dt><span class="term"><code c
       <code class="envar">DEJAGNU</code> environment variable will cause every test to
       be run three times, using a different <code class="option">-std</code> each time.
       Alternatively, a list of standard versions to test with can be specified
-      as a comma-separated list in the <span style="color: red">&lt;envvar&gt;GLIBCXX_TESTSUITE_STDS&lt;/envvar&gt;</span>
+      as a comma-separated list in the <code class="envar">GLIBCXX_TESTSUITE_STDS</code>
       environment variable.
     </p><p>
       To run the libstdc++ test suite under the
@@ -478,7 +478,7 @@ cat 27_io/objects/char/3_xin.in | a.out</pre></dd><dt><span class="term"><code c
     the test will be skipped by default unless <code class="option">-std=gnu++11</code>
     or <code class="option">-std=c++11</code> is explicitly specified, either via a
     target board, the <code class="varname">v3_std_list</code> dejagnu variable,
-    or the <span style="color: red">&lt;envvar&gt;GLIBCXX_TESTSUITE_STDS&lt;/envvar&gt;</span> environment variable.
+    or the <code class="envar">GLIBCXX_TESTSUITE_STDS</code> environment variable.
     For tests that require a specific standard it is useful to also add a
     <code class="literal">dg-options</code> directive:
 </p><pre class="programlisting">    // { dg-options "-std=gnu++11" }</pre><p>
index f2c709bc6bf19a9b7eae9dfd89a99f4754a219ad..40926946fe7a4710bff8ce2ca7cb270b7cdbb881 100644 (file)
@@ -604,7 +604,7 @@ cat 27_io/objects/char/3_xin.in | a.out</programlisting>
       <envar>DEJAGNU</envar> environment variable will cause every test to
       be run three times, using a different <option>-std</option> each time.
       Alternatively, a list of standard versions to test with can be specified
-      as a comma-separated list in the <envvar>GLIBCXX_TESTSUITE_STDS</envvar>
+      as a comma-separated list in the <envar>GLIBCXX_TESTSUITE_STDS</envar>
       environment variable.
     </para>
 
@@ -779,7 +779,7 @@ cat 27_io/objects/char/3_xin.in | a.out</programlisting>
     the test will be skipped by default unless <option>-std=gnu++11</option>
     or <option>-std=c++11</option> is explicitly specified, either via a
     target board, the <varname>v3_std_list</varname> dejagnu variable,
-    or the <envvar>GLIBCXX_TESTSUITE_STDS</envvar> environment variable.
+    or the <envar>GLIBCXX_TESTSUITE_STDS</envar> environment variable.
     For tests that require a specific standard it is useful to also add a
     <literal>dg-options</literal> directive:
 <programlisting>    // { dg-options "-std=gnu++11" }</programlisting>