mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 17:13:35 +03:00
Fix a manual editing error.
This commit is contained in:
parent
fed1f9f367
commit
ea7449ffad
1 changed files with 2 additions and 2 deletions
|
|
@ -1418,8 +1418,8 @@ malloc_conf = "xmalloc:true";]]></programlisting>
|
||||||
can cause asynchronous string deallocation. Furthermore, each
|
can cause asynchronous string deallocation. Furthermore, each
|
||||||
invocation of this interface can only read or write; simultaneous
|
invocation of this interface can only read or write; simultaneous
|
||||||
read/write is not supported due to string lifetime limitations. The
|
read/write is not supported due to string lifetime limitations. The
|
||||||
name string must nil-terminated and comprised only of characters in the
|
name string must be nil-terminated and comprised only of characters in
|
||||||
sets recognized
|
the sets recognized
|
||||||
by <citerefentry><refentrytitle>isgraph</refentrytitle>
|
by <citerefentry><refentrytitle>isgraph</refentrytitle>
|
||||||
<manvolnum>3</manvolnum></citerefentry> and
|
<manvolnum>3</manvolnum></citerefentry> and
|
||||||
<citerefentry><refentrytitle>isblank</refentrytitle>
|
<citerefentry><refentrytitle>isblank</refentrytitle>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue