From 6ffef7012ebdc8d47dc01159a5ef7f1ee5f4392d Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Thu, 26 Feb 2015 18:36:00 -0500 Subject: [PATCH] msgop.2: Remove EAGAIN as msgrcv() errno The list of errnos for msgrcv() lists both EAGAIN and ENOMSG as the errno for no message available with the IPC_NOWAIT flag. ENOMSG is the errno that will be set. Signed-off-by: Bill Pemberton Signed-off-by: Michael Kerrisk --- man2/msgop.2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/man2/msgop.2 b/man2/msgop.2 index 1a96f8795..c95211574 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -415,12 +415,6 @@ and does not have the .B CAP_IPC_OWNER capability. .TP -.B EAGAIN -No message was available in the queue and -.B IPC_NOWAIT -was specified in -.IR msgflg . -.TP .B EFAULT The address pointed to by .I msgp