mirror of
https://github.com/troydhanson/tpl.git
synced 2024-12-26 07:31:09 +08:00
Remove superfluous backslashes (nothing to escape here)
This commit is contained in:
parent
8638ac33ae
commit
4fb0159385
@ -1788,7 +1788,7 @@ cellspacing="0" cellpadding="4">
|
||||
<dd>
|
||||
<p>
|
||||
Writes the tpl to a memory buffer. The following two arguments must be a
|
||||
<tt>void\*\*</tt> and a <tt>size_t*</tt>. The function will allocate a buffer and store
|
||||
<tt>void**</tt> and a <tt>size_t*</tt>. The function will allocate a buffer and store
|
||||
its address and length into these locations. The caller is responsible to
|
||||
<tt>free()</tt> the buffer when done using it.
|
||||
</p>
|
||||
|
@ -785,7 +785,7 @@ The first argument is the `tpl_node*` and the second is one of these constants:
|
||||
if non-blocking and the contents cannot be written immediately.
|
||||
`TPL_MEM`::
|
||||
Writes the tpl to a memory buffer. The following two arguments must be a
|
||||
`void\*\*` and a `size_t*`. The function will allocate a buffer and store
|
||||
`void**` and a `size_t*`. The function will allocate a buffer and store
|
||||
its address and length into these locations. The caller is responsible to
|
||||
`free()` the buffer when done using it.
|
||||
`TPL_MEM|TPL_PREALLOCD`::
|
||||
|
Loading…
x
Reference in New Issue
Block a user