From 254b011915c0c68549beb7a91be02cf56d81fa32 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 28 Apr 2022 17:40:37 -0700 Subject: [PATCH] Small doc tweak of opt.trust_madvise. Avoid quoted enabled and disabled because it's a bool type instead of char *. --- doc/jemalloc.xml.in | 7 +++---- 1 file 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", (bool) r- - Do not perform runtime check for MADV_DONTNEED, to - check that it actually zeros pages. The default is - disabled on linux and enabled elsewhere. - + 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.