diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index b0a3f6cf..802c64ad 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1669,10 +1669,10 @@ malloc_conf = "xmalloc:true";]]> This is not intended to be a general-purpose background activity mechanism, and threads should not wake up multiple times solely to call it. Rather, a thread waiting for a task should do a timed wait first, - call thread.idle if - no task appears in the timeout interval, and then do an untimed wait. + call thread.idle + if no task appears in the timeout interval, and then do an untimed wait. For such a background activity mechanism, see - background_thread. + background_thread.