recv.2: wfix: s/data were/data was/

Majority usage in English sometime ago decided that "data" is
a singular noun.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-07-08 20:46:35 +02:00
parent ca16e00db8
commit 86ce931e7c
1 changed files with 3 additions and 3 deletions

View File

@ -418,11 +418,11 @@ indicates that the trailing portion of a datagram was discarded because the
datagram was larger than the buffer supplied.
.TP
.B MSG_CTRUNC
indicates that some control data were discarded due to lack of space in the
indicates that some control data was discarded due to lack of space in the
buffer for ancillary data.
.TP
.B MSG_OOB
is returned to indicate that expedited or out-of-band data were received.
is returned to indicate that expedited or out-of-band data was received.
.TP
.B MSG_ERRQUEUE
indicates that no data was received but an extended error from the socket
@ -473,7 +473,7 @@ address space.
.TP
.B EINTR
The receive was interrupted by delivery of a signal before
any data were available; see
any data was available; see
.BR signal (7).
.TP
.B EINVAL