summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-09-06 17:15:33 (GMT)
committerQi Wang <interwq@gmail.com>2017-09-11 20:38:45 (GMT)
commitcf4738455d990918914cdc8608936433ef897a6e (patch)
tree4518989b4a1488785429c915c9fe3fa7043b4a4e
parenta315688be0f38188f16fe89ee1657c7f596f8cbb (diff)
downloadjemalloc-cf4738455d990918914cdc8608936433ef897a6e.zip
jemalloc-cf4738455d990918914cdc8608936433ef897a6e.tar.gz
jemalloc-cf4738455d990918914cdc8608936433ef897a6e.tar.bz2
Fix a link for dirty_decay_ms in manual.
-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 f7fbe30..dda9a73 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>