CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2016/10/10 11:15:30
Modified files: lib/libutil : imsg_init.3 Log message: Fixup the example for msgbuf_write() and imsg_read() to check the error cases for -1 and 0 explicitly (it initially only checked for -1, I updated it to also check for 0, and rzalamena@ figured out that 0 has to be checked in a differently). OK millert@ rzalamena@