On 01/06/2016 03:41 PM, Michael Kerrisk (man-pages) wrote: > Hello Heinrich, > > On 01/05/2016 04:17 PM, Heinrich Schuchardt wrote: >> A complete example demonstrating the usage of sockets for local interprocess >> communication is added. > > Thanks for doing this. I'm happy to take such a piece for the page, but > I think things could be improved a little. > Hello Michael, thank you for reviewing. I will update the patch. http://pubs.opengroup.org/onlinepubs/009695399/functions/recv.html has the following sentence: The recv() function is equivalent to recvfrom() with a zero address_len argument, and to read() if no flags are used. Shouldn't we add this information to recv.2? Send.2 documents the equivalences. Best regards Heinrich -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html