]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Document return value of VALGRIND_MAKE_MEM_DEFINED and friends.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 23 Jun 2014 21:23:44 +0000 (21:23 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 23 Jun 2014 21:23:44 +0000 (21:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14089

memcheck/docs/mc-manual.xml

index a2a2e090cf713dc62de3f4ae0db7c0ba769c6bff..1745d7a5b93213031ddcfc1b3f0cbe8cf49792da 100644 (file)
@@ -1930,7 +1930,8 @@ arguments.</para>
     <varname>VALGRIND_MAKE_MEM_DEFINED</varname>.
     These mark address ranges as completely inaccessible,
     accessible but containing undefined data, and accessible and
-    containing defined data, respectively.</para>
+    containing defined data, respectively. They return -1, when
+    run on Valgrind and 0 otherwise.</para>
   </listitem>
 
   <listitem>