From: Julian Seward Date: Fri, 9 Nov 2007 23:59:14 +0000 (+0000) Subject: Stop xsltproc barfing on un-escaped '&'. X-Git-Tag: svn/VALGRIND_3_3_0~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edccec44470859346df9b148923e760f93cf92af;p=thirdparty%2Fvalgrind.git Stop xsltproc barfing on un-escaped '&'. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7129 --- diff --git a/massif/docs/ms-manual.xml b/massif/docs/ms-manual.xml index dfb03342dc..42d41722bf 100644 --- a/massif/docs/ms-manual.xml +++ b/massif/docs/ms-manual.xml @@ -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...]