sem_open.3: ERRORS: add EINVAL error where name == "/"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-20 14:52:43 +13:00
parent 8e98475172
commit 18fe47e06f
1 changed files with 4 additions and 0 deletions

View File

@ -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