summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-02-20 14:14:15 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-20 19:52:30 +1300
commit1e22e6661855a3386006ee37cd37d52bd4797141 (patch)
tree558c3324bb4e0c954849ba247a8b4e6ef39f4127
parent6dd57cb4433ae0275af02e6e5e509cd43ca9d041 (diff)
mq_open.3: ERRORS: add ENOENT error for name == "/"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/mq_open.37
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/mq_open.3 b/man3/mq_open.3
index 441a836f..9e011d2e 100644
--- a/man3/mq_open.3
+++ b/man3/mq_open.3
@@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH MQ_OPEN 3 2008-05-08 "Linux" "Linux Programmer's Manual"
+.TH MQ_OPEN 3 2009-02-20 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_open \- open a message queue
.SH SYNOPSIS
@@ -202,6 +202,11 @@ and no queue with this
.I name
exists.
.TP
+.B ENOENT
+.I name
+was just "/" followed by no other characters.
+.\" Note that this isn't consistent with the same case for sem_open()
+.TP
.B ENOMEM
Insufficient memory.
.TP