semget.2: Rework EINVAL text a little

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-28 08:09:32 +02:00
parent 90db854a0a
commit a6cad8ffbe
1 changed files with 5 additions and 3 deletions

View File

@ -190,10 +190,12 @@ and
.I nsems
is less than 0 or greater than the limit on the number
of semaphores per semaphore set
.RB ( SEMMSL ),
or a semaphore set corresponding to
.RB ( SEMMSL ).
.TP
.B EINVAL
A semaphore set corresponding to
.I key
already exists, and
already exists, but
.I nsems
is larger than the number of semaphores in that set.
.TP