CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/05 04:01:12
Modified files: lib/libutil : ibuf_add.3 Log message: Fix prototypes of ibuf_write and msgbuf_read/write Like for ibuf_read this leaves it implicit that the writev, recvmsg, and sendmsg are called on that fd, respectively, which isn't ideal. This will hopefully be improved with manpage changes that go along with the next iteration of the API. ok claudio