diff --git a/man2/sendmmsg.2 b/man2/sendmmsg.2 index ab08162bd..a84684983 100644 --- a/man2/sendmmsg.2 +++ b/man2/sendmmsg.2 @@ -169,8 +169,9 @@ is capped to .SH BUGS If an error occurs after at least one message has been sent, the call succeeds, and returns the number of messages sent. -The error code is lost. The caller can retry the transmission, -starting at first failed message, but there is no guarantee that, +The error code is lost. +The caller can retry the transmission, +starting at the first failed message, but there is no guarantee that, if an error is returned, it will be the same as the one that was lost on the previous call. .SH EXAMPLE