Slightly improve grammar in EAGAIN description.
PR: 176806 Submitted by: Jeremy Chadwick MFC after: 3 days
This commit is contained in:
parent
3f9b4e9ab8
commit
ff8d5270bc
@ -28,7 +28,7 @@
|
|||||||
.\" @(#)recv.2 8.3 (Berkeley) 2/21/94
|
.\" @(#)recv.2 8.3 (Berkeley) 2/21/94
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 19, 2013
|
.Dd October 15, 2014
|
||||||
.Dt RECV 2
|
.Dt RECV 2
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -324,9 +324,9 @@ In this case the descriptors are
|
|||||||
closed, any pending data can be returned by another call to
|
closed, any pending data can be returned by another call to
|
||||||
.Fn recvmsg .
|
.Fn recvmsg .
|
||||||
.It Bq Er EAGAIN
|
.It Bq Er EAGAIN
|
||||||
The socket is marked non-blocking, and the receive operation
|
The socket is marked non-blocking and the receive operation
|
||||||
would block, or
|
would block, or
|
||||||
a receive timeout had been set,
|
a receive timeout had been set
|
||||||
and the timeout expired before data were received.
|
and the timeout expired before data were received.
|
||||||
.It Bq Er EINTR
|
.It Bq Er EINTR
|
||||||
The receive was interrupted by delivery of a signal before
|
The receive was interrupted by delivery of a signal before
|
||||||
|
Loading…
Reference in New Issue
Block a user