]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
semget.2: Rework EINVAL text a little
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 28 Apr 2014 06:09:32 +0000 (08:09 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 28 Apr 2014 06:31:22 +0000 (08:31 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/semget.2

index 10b8b01dbd550573eb2aded70a69976444e8d01a..4c75d8a4ef91e57bdc7699329923a0315129f8ff 100644 (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