]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing ]] to terminate CDATA. Missing brackets are causing
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 22 Sep 2014 19:19:50 +0000 (19:19 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 22 Sep 2014 19:19:50 +0000 (19:19 +0000)
the man page to contain:
               ></programlisting>

                     <para>And here are the same errors with
                     <option>--read-var-info=yes</option>:</para>

               <programlisting><![CDATA[

Rather than the nicely formatted 'And here ...' paragraph.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14561

docs/xml/manual-core.xml

index 8544084af76211a6918c46b9f8c233ff1d0b1c5f..6f5b77567b0c70334e70ae11ee0727d2233492cd 100644 (file)
@@ -1852,7 +1852,7 @@ need to use them.</para>
 ==15363==    by 0x8048550: main (varinfo1.c:56)
 ==15363==  Address 0xbea0d0cc is on thread 1's stack
 ==15363==  in frame #1, created by main (varinfo1.c:45)
-></programlisting>
+]]></programlisting>
 
       <para>And here are the same errors with
       <option>--read-var-info=yes</option>:</para>