diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2 index f20ce00a8..4aee1dc11 100644 --- a/man2/recvmmsg.2 +++ b/man2/recvmmsg.2 @@ -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.