]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/valgrind/src/valgrind-3.6.0-svn/docs/xml/FAQ.xml
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / docs / xml / FAQ.xml
index 983e02adde4228cde678ac65ff031014086247fe..af197f856c6dafc74b52f36152e6d62a2502a10b 100644 (file)
@@ -528,8 +528,9 @@ int main(void)
       </listitem>
       <listitem>
         <para>"possibly lost" means your program is leaking
-        memory, unless you're doing funny things with pointers.
-        This is sometimes reasonable.  Use
+        memory, unless you're doing unusual things with pointers that could
+        cause them to point into the middle of an allocated block;  see the
+        user manual for some possible causes.  Use
         <option>--show-possibly-lost=no</option> if you don't want to see
         these reports.</para>
       </listitem>