X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/800d4c590fc75ba21ae7b742fe11472cdc71d4a1..9b5ac6ff2ef1b71e7ec53c756cad37b1844b9d1e:/man/mLib.3 diff --git a/man/mLib.3 b/man/mLib.3 index f7d5511..eab7780 100644 --- a/man/mLib.3 +++ b/man/mLib.3 @@ -92,6 +92,11 @@ buffer-overflows. Dynamic strings are used occasionally through the rest of the library, mainly as output arguments. .PP The +.BR buf (3) +module provides simple functions for reading and writing binary data to +or from fixed-sized buffers. +.PP +The .BR dspool (3) module implements a `pool' of dynamic strings which saves lots of allocation and deallocation when a piece of code has high string @@ -263,6 +268,7 @@ module does background hostname and address resolution. .BR atom (3), .BR base64 (3), .BR bits (3), +.BR buf (3), .BR bres (3), .BR conn (3), .BR crc32 (3), @@ -292,4 +298,4 @@ module does background hostname and address resolution. .BR tv (3), .BR url (3). .SH AUTHOR -Mark Wooding, +Mark Wooding,