]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Minor clarification for r15880.
authorIvo Raisr <ivosh@ivosh.net>
Tue, 24 May 2016 22:29:24 +0000 (22:29 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Tue, 24 May 2016 22:29:24 +0000 (22:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15881

docs/xml/manual-core.xml

index 34cb2c6bc94c8c7cb10ea54f89fadf78ea3311a8..73349957bbf031f09135c3c4d195c9ac41f3b8fe 100644 (file)
@@ -2779,9 +2779,9 @@ subject to the following constraints:</para>
 
  <itemizedlist>
   <listitem>
-    <para>Valgrind determines at startup the size of the 'brk segment'
-      using the RLIMIT_DATA rlim_cur, with a minimum of 1 MB and a
-      maximum of 8 MB. Valgrind outputs a message each time a program
+    <para>On Linux, Valgrind determines at startup the size of the 'brk
+      segment' using the RLIMIT_DATA rlim_cur, with a minimum of 1 MB and
+      maximum of 8 MB. Valgrind outputs a message each time a program
       tries to extend the brk segment beyond the size determined at
       startup.  Most programs will work properly with this limit,
       typically by switching to the use of mmap to get more memory.