On Sun, Aug 26, 2018, at 06:47, Michael Kerrisk (man-pages) wrote: > Hello Benjamin, > > On 08/23/2018 06:13 AM, Benjamin Peterson wrote: > > connect(2) on a nonblocking UNIX domain socket when the receive queue is full > > results in EAGAIN [1]. This is unlike other connection-based socket families > > that return EINPROGRESS as already documented. > > Thanks. Patch applied. Thank you. I noticed you followed up to rewrap some lines. Is the line length—or style more generally—documented somewhere, so I can send better patches next time?