Move ibuf API from imsg_init.3 to ibuf_add.3
authorclaudio <claudio@openbsd.org>
Tue, 12 Dec 2023 15:49:21 +0000 (15:49 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 12 Dec 2023 15:49:21 +0000 (15:49 +0000)
commit04426297a209717351a115def4fe33c9cbef6c02
tree0f91bb95b6b01030b82d9d3d0f96309504c1189c
parent4658a150149effd473292dfdbfd8b1bd80e363ac
Move ibuf API from imsg_init.3 to ibuf_add.3

Document all new functions added and adjust examples in imsg_init.3
to follow the new way of handling messages.
OK tb@
lib/libutil/Makefile
lib/libutil/ibuf_add.3 [new file with mode: 0644]
lib/libutil/imsg_init.3