diff options
author | Jason Evans <je@fb.com> | 2011-08-12 18:40:55 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2011-08-12 18:40:55 (GMT) |
commit | 745e30b157f700d848cb5ed38eb6c17203760b7c (patch) | |
tree | d921e0c7e33cc16f2c221d4c115adf87d355189f /doc | |
parent | b493ce22a4b545c17d5942d0fc65f413dd97743a (diff) | |
download | jemalloc-745e30b157f700d848cb5ed38eb6c17203760b7c.zip jemalloc-745e30b157f700d848cb5ed38eb6c17203760b7c.tar.gz jemalloc-745e30b157f700d848cb5ed38eb6c17203760b7c.tar.bz2 |
Document swap.fds mallctl as read-write.
Fix the manual page to document the swap.fds mallctl as read-write,
rather than read-only.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 13f3aae..7a32879 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -2025,7 +2025,7 @@ malloc_conf = "xmalloc:true";]]></programlisting> <term> <mallctl>swap.fds</mallctl> (<type>int *</type>) - <literal>r-</literal> + <literal>rw</literal> [<option>--enable-swap</option>] </term> <listitem><para>When written to, the files associated with the |