diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-02-20 14:52:43 +1300 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-02-20 19:52:31 +1300 |
commit | 18fe47e06f57a8f8203c5f70fa2b40c2620d9f93 (patch) | |
tree | ce71402a37f6b4503096b8f3761a7b8e485afa2c /man3/sem_open.3 | |
parent | 8e98475172617548713b6080a649fb068fd470c2 (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.3 | 4 |
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 |