mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 13:24:43 -04:00
Fix duplicate paragraph in evbuffer_ptr documentation
This commit is contained in:
parent
af9b2a7ae0
commit
58408eedd8
@ -105,13 +105,8 @@ struct evbuffer
|
|||||||
|
|
||||||
Used when repeatedly searching through a buffer. Calling any function
|
Used when repeatedly searching through a buffer. Calling any function
|
||||||
that modifies or re-packs the buffer contents may invalidate all
|
that modifies or re-packs the buffer contents may invalidate all
|
||||||
evbuffer_ptrs for that buffer. Do not modify these values except with
|
evbuffer_ptrs for that buffer. Do not modify or contruct these values
|
||||||
evbuffer_ptr_set.
|
except with evbuffer_ptr_set.
|
||||||
|
|
||||||
Used when repeatedly searching through a buffer. Calls to any function
|
|
||||||
that modifies or re-packs the buffer contents may invalidate all
|
|
||||||
evbuffer_ptrs for that buffer. Do not modify these values except with
|
|
||||||
evbuffer_ptr_set.
|
|
||||||
|
|
||||||
An evbuffer_ptr can represent any position from the start of a buffer up
|
An evbuffer_ptr can represent any position from the start of a buffer up
|
||||||
to a position immediately after the end of a buffer.
|
to a position immediately after the end of a buffer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user