summaryrefslogtreecommitdiff
path: root/man3/sem_open.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-02-20 14:52:43 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-20 19:52:31 +1300
commit18fe47e06f57a8f8203c5f70fa2b40c2620d9f93 (patch)
treece71402a37f6b4503096b8f3761a7b8e485afa2c /man3/sem_open.3
parent8e98475172617548713b6080a649fb068fd470c2 (diff)
sem_open.3: ERRORS: add EINVAL error where name == "/"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/sem_open.3')
-rw-r--r--man3/sem_open.34
1 files changed, 4 insertions, 0 deletions
diff --git a/man3/sem_open.3 b/man3/sem_open.3
index 829a81c9..5e69093a 100644
--- a/man3/sem_open.3
+++ b/man3/sem_open.3
@@ -135,6 +135,10 @@ already exists.
was greater than
.BR SEM_VALUE_MAX .
.TP
+.B EINVAL
+.I name
+consists of just "/", followed by no other characters.
+.TP
.B EMFILE
The process already has the maximum number of files and open.
.TP