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 <wfp5p@worldbroken.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Bill Pemberton 2015-02-26 18:36:00 -05:00 committed by Michael Kerrisk
parent b1f800c6d2
commit 6ffef7012e
1 changed files with 0 additions and 6 deletions

View File

@ -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