shmget.2: Reword EEXIST error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-28 07:58:51 +02:00
parent 85889360c9
commit 247e561535
1 changed files with 7 additions and 2 deletions

View File

@ -197,8 +197,13 @@ shared memory segment, and does not have the
capability.
.TP
.B EEXIST
.B IPC_CREAT | IPC_EXCL
was specified and the segment exists.
.BR IPC_CREAT
and
.BR IPC_EXCL
were specified in
.IR shmflg ,
but a shared memory segment already exists for
.IR key .
.TP
.B EINVAL
A new segment was to be created and