aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-09-06 10:15:33 -0700
committerQi Wang <interwq@gmail.com>2017-09-11 13:38:45 -0700
commitcf4738455d990918914cdc8608936433ef897a6e (patch)
tree4518989b4a1488785429c915c9fe3fa7043b4a4e /doc
parenta315688be0f38188f16fe89ee1657c7f596f8cbb (diff)
downloadplatform_external_jemalloc_new-cf4738455d990918914cdc8608936433ef897a6e.tar.gz
platform_external_jemalloc_new-cf4738455d990918914cdc8608936433ef897a6e.tar.bz2
platform_external_jemalloc_new-cf4738455d990918914cdc8608936433ef897a6e.zip
Fix a link for dirty_decay_ms in manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index f7fbe305..dda9a733 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -1036,7 +1036,7 @@ mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".decay",
The default decay time is 10 seconds. See <link
linkend="arenas.dirty_decay_ms"><mallctl>arenas.dirty_decay_ms</mallctl></link>
and <link
- linkend="arena.i.muzzy_decay_ms"><mallctl>arena.&lt;i&gt;.muzzy_decay_ms</mallctl></link>
+ linkend="arena.i.dirty_decay_ms"><mallctl>arena.&lt;i&gt;.dirty_decay_ms</mallctl></link>
for related dynamic control options. See <link
linkend="opt.muzzy_decay_ms"><mallctl>opt.muzzy_decay_ms</mallctl></link>
for a description of muzzy pages.</para></listitem>