From ea7449ffada5323f87f91e40f2213a514e691584 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Mon, 19 Oct 2015 16:56:05 -0400 Subject: [PATCH] Fix a manual editing error. --- doc/jemalloc.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 8fc774b1..26a5e142 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1418,8 +1418,8 @@ malloc_conf = "xmalloc:true";]]> can cause asynchronous string deallocation. Furthermore, each invocation of this interface can only read or write; simultaneous read/write is not supported due to string lifetime limitations. The - name string must nil-terminated and comprised only of characters in the - sets recognized + name string must be nil-terminated and comprised only of characters in + the sets recognized by isgraph 3 and isblank