|
From: <sv...@va...> - 2013-03-10 16:20:24
|
philippe 2013-03-10 16:20:10 +0000 (Sun, 10 Mar 2013)
New Revision: 13323
Log:
fix 315959 valgrind man page has bogus SGCHECK (and no BBV) OPTIONS section
PAtch from Mark Wielaard.
Modified files:
trunk/NEWS
trunk/exp-sgcheck/docs/sg-manual.xml
Modified: trunk/exp-sgcheck/docs/sg-manual.xml (+1 -1)
===================================================================
--- trunk/exp-sgcheck/docs/sg-manual.xml 2013-03-10 13:39:57 +00:00 (rev 13322)
+++ trunk/exp-sgcheck/docs/sg-manual.xml 2013-03-10 16:20:10 +00:00 (rev 13323)
@@ -31,7 +31,7 @@
<sect1 id="sg-manual.options" xreflabel="SGCheck Command-line Options">
<title>SGCheck Command-line Options</title>
-<para>There are no SGCheck-specific command-line options at present.</para>
+<para id="sg.opts.list">There are no SGCheck-specific command-line options at present.</para>
<!--
<para>SGCheck-specific command-line options are:</para>
Modified: trunk/NEWS (+1 -0)
===================================================================
--- trunk/NEWS 2013-03-10 13:39:57 +00:00 (rev 13322)
+++ trunk/NEWS 2013-03-10 16:20:10 +00:00 (rev 13323)
@@ -217,6 +217,7 @@
FIXED 13294
315545 [390] (find_TTEntry_from_hcode): Assertion '(UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode' failed
+315959 [390] valgrind man page has bogus SGCHECK (and no BBV) OPTIONS section
316144 [390] valgrind.1 manpage contains unknown ??? strings for some core option references
n-i-bz [390] report error for vgdb snapshot requested before execution
n-i-bz [390] Some wrong command line options could be ignored
|