From 85889360c98ea250f59711eb52c542934df06319 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 28 Apr 2014 07:57:36 +0200 Subject: [PATCH] msgget.2: Reword EEXIST error Signed-off-by: Michael Kerrisk --- man2/msgget.2 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/man2/msgget.2 b/man2/msgget.2 index 62ff8edd2..85d8f4df8 100644 --- a/man2/msgget.2 +++ b/man2/msgget.2 @@ -154,14 +154,13 @@ and does not have the capability. .TP .B EEXIST -A message queue exists for -.I key -and -.I msgflg -specified both .B IPC_CREAT and -.BR IPC_EXCL . +.BR IPC_EXCL +were specified in +.IR msgflg , +but a message queue already exists for +.IR key . .TP .B ENOENT No message queue exists for