X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/0683223aa93d14e4b1d0620010392c518a3a6392..d4efbcd93c940ad522fcf8c601ec1829d2e0b10d:/man/pkbuf.3 diff --git a/man/pkbuf.3 b/man/pkbuf.3 index 3d7fdc5..80eed4b 100644 --- a/man/pkbuf.3 +++ b/man/pkbuf.3 @@ -28,7 +28,7 @@ implement a .IR "packet buffer" . Given unpredictably-sized chunks of data, the packet buffer extracts completed packets of data, with sizes ascertained by a handler -function. +function. .PP The state of a packet buffer is stored in an object of type .BR pkbuf . @@ -88,11 +88,11 @@ The complex interface is the pair of functions and .IR pkbuf_flush . .PP -The +The .B pkbuf_free function returns the address and size of a free portion of the packet buffer's memory into which data may be written. The function is passed -the address +the address .I pk of the packet buffer. Its result is the size of the free area, and it writes the base address of this free space to the location pointed to by