Slightly improve grammar in EAGAIN description.

PR:		176806
Submitted by:	Jeremy Chadwick
MFC after:	3 days
This commit is contained in:
Gavin Atkinson 2014-10-15 23:39:47 +00:00
parent 3f9b4e9ab8
commit ff8d5270bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273154

View file

@ -28,7 +28,7 @@
.\" @(#)recv.2 8.3 (Berkeley) 2/21/94
.\" $FreeBSD$
.\"
.Dd March 19, 2013
.Dd October 15, 2014
.Dt RECV 2
.Os
.Sh NAME
@ -324,9 +324,9 @@ In this case the descriptors are
closed, any pending data can be returned by another call to
.Fn recvmsg .
.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
a receive timeout had been set,
a receive timeout had been set
and the timeout expired before data were received.
.It Bq Er EINTR
The receive was interrupted by delivery of a signal before