Author: sewardj
Date: 2007-11-09 23:59:14 +0000 (Fri, 09 Nov 2007)
New Revision: 7129

Log:
Stop xsltproc barfing on un-escaped '&'.

Modified:
   trunk/massif/docs/ms-manual.xml


Modified: trunk/massif/docs/ms-manual.xml
===================================================================
--- trunk/massif/docs/ms-manual.xml     2007-11-09 23:30:51 UTC (rev 7128)
+++ trunk/massif/docs/ms-manual.xml     2007-11-09 23:59:14 UTC (rev 7129)
@@ -10,7 +10,7 @@
  Docs:
  - Mention that complex functions names are best protected with single
    quotes, eg:
-       --alloc-fn='operator new(unsigned, std::nothrow_t const&)'
+       --alloc-fn='operator new(unsigned, std::nothrow_t const&)'
    [XXX: that doesn't work if the option is in a .valgrindrc file or in
     $VALGRIND_OPTS.  In m_commandline.c:add_args_from_string() need to
     respect single quotes...]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to