mq_open.3: Add EINVAL error case for invalid name

This behavior is implementation-defined by POSIX.  If the name
doesn't start with a '/', glibc returns EINVAL without attempting
the syscall.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Torvald Riegel 2015-02-28 01:04:02 -08:00 committed by Michael Kerrisk
parent 1533d24295
commit c8aba8ed88
1 changed files with 5 additions and 0 deletions

View File

@ -168,6 +168,11 @@ but a queue with this
already exists.
.TP
.B EINVAL
.I name
doesn't follow the format in
.BR mq_overview (7).
.TP
.B EINVAL
.B O_CREAT
was specified in
.IR oflag ,