recvmmsg.2: tfix

recvmmsq -> recvmmsg

Signed-off-by: Mattias Andrée <maandree@kth.se>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mattias Andrée 2018-02-14 13:35:56 +01:00 committed by Michael Kerrisk
parent e5a062a42f
commit f3e8dec6c7
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ but then no further datagrams are received, the call will block forever.
If an error occurs after at least one message has been received,
the call succeeds, and returns the number of messages received.
The error code is expected to be returned on a subsequent call to
.BR recvmmsq ().
.BR recvmmsg ().
In the current implementation, however, the error code can be overwritten
in the meantime by an unrelated network event on a socket,
for example an incoming ICMP packet.