From a0927130027841e0826fe3b28a7c2ab5079df4f6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 9 Jan 2018 19:44:26 +0100 Subject: [PATCH] sendmmsg.2: Minot tweaks Signed-off-by: Michael Kerrisk --- man2/sendmmsg.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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