[PATCH] msgop.2: remove EAGAIN as msgrcv errno
From: <hidden>
Date: 2015-02-26 23:36:00
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: <hidden>
Date: 2015-02-26 23:36:00
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Bill Pemberton <redacted> 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 <redacted> --- man2/msgop.2 | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/man2/msgop.2 b/man2/msgop.2
index d1bd2125344d..286c9965d595 100644
--- a/man2/msgop.2
+++ b/man2/msgop.2@@ -417,12 +417,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
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html