mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue