+.\" ===========
+.It Bq Er ECONNRESET
+The connection is closed by the peer
+during a receive attempt on a socket.
+.\" ===========
+.It Bq Er EFAULT
+The receive buffer pointer(s) point outside the process's
+address space.
+.\" ===========
+.It Bq Er EINTR
+The receive was interrupted by delivery of a signal before
+any data were available.
+.\" ===========
+.It Bq Er EINVAL
+MSG_OOB is set, but no out-of-band data is available.
+.\" ===========
+.It Bq Er ENOBUFS
+An attempt to allocate a memory buffer fails.
+.\" ===========