|
From: <sv...@va...> - 2007-11-09 23:59:14
|
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...]
|