]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Manual: add FreeBSD to section about Linux stack cache
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 13 Nov 2022 06:39:43 +0000 (07:39 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 13 Nov 2022 06:41:25 +0000 (07:41 +0100)
Use macOS rather than Mac OS X

docs/xml/manual-core.xml

index 8136c2e0895c7f113e5f6d70d2ff7bc73a5c907d..70253e7c31fb1e57b92ad06ad4a9d3ed69dd2a67 100644 (file)
@@ -1622,9 +1622,9 @@ that can report errors, e.g. Memcheck, but not Cachegrind.</para>
     </term>
     <listitem>
       <para>This option is only relevant when running Valgrind on
-      Mac OS X.</para>
+      macOS.</para>
 
-      <para>Mac OS X uses a deferred debug information (debuginfo)
+      <para>macOS uses a deferred debug information (debuginfo)
       linking scheme.  When object files containing debuginfo are
       linked into a <computeroutput>.dylib</computeroutput> or an
       executable, the debuginfo is not copied into the final file.
@@ -2225,7 +2225,7 @@ need to use them.</para>
         <listitem>
           <para><option>no-nptl-pthread-stackcache: </option>
             This hint is only relevant when running Valgrind on Linux;
-            it is ignored on Solaris and Mac OS X.</para>
+            it is ignored on FreeBSD, Solaris and macOS.</para>
 
           <para>The GNU glibc pthread library
             (<function>libpthread.so</function>), which is used by