summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2022-04-28 17:40:37 -0700
committerQi Wang <interwq@gmail.com>2022-04-28 21:16:25 -0700
commit254b011915c0c68549beb7a91be02cf56d81fa32 (patch)
tree9dc0a4d7262a97035a211d01d9922d09b566d84d
parentf5e840bbf0213d86ae3d0a915df8abd03d75cdf6 (diff)
downloadjemalloc-254b011915c0c68549beb7a91be02cf56d81fa32.tar.gz
Small doc tweak of opt.trust_madvise.
Avoid quoted enabled and disabled because it's a bool type instead of char *.
-rw-r--r--doc/jemalloc.xml.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index 5c12f1d4..fe4ded96 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -972,10 +972,9 @@ mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".decay",
(<type>bool</type>)
<literal>r-</literal>
</term>
- <listitem><para>Do not perform runtime check for MADV_DONTNEED, to
- check that it actually zeros pages. The default is
- <quote>disabled</quote> on linux and <quote>enabled</quote> elsewhere.
- </para></listitem>
+ <listitem><para>If true, do not perform runtime check for MADV_DONTNEED,
+ to check that it actually zeros pages. The default is disabled on Linux
+ and enabled elsewhere.</para></listitem>
</varlistentry>
<varlistentry id="opt.retain">