summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mq_open.2
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-12-03 02:31:18 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-12-03 02:31:18 +0000
commit9912fc33bbe1c2a6b8ed7e42bdb5f128a667f84b (patch)
treea0dc6ff785ffc1ffb02a7cd229d01b80cb2b52d9 /lib/libc/sys/mq_open.2
parentafd142410c5732012bad5df32b418b7129c6f7b0 (diff)
downloadFreeBSD-src-9912fc33bbe1c2a6b8ed7e42bdb5f128a667f84b.zip
FreeBSD-src-9912fc33bbe1c2a6b8ed7e42bdb5f128a667f84b.tar.gz
Remove implementation-defined sentences.
Diffstat (limited to 'lib/libc/sys/mq_open.2')
-rw-r--r--lib/libc/sys/mq_open.216
1 files changed, 3 insertions, 13 deletions
diff --git a/lib/libc/sys/mq_open.2 b/lib/libc/sys/mq_open.2
index a128e9a..736a4bd 100644
--- a/lib/libc/sys/mq_open.2
+++ b/lib/libc/sys/mq_open.2
@@ -52,27 +52,17 @@ descriptor is used by other functions to refer to that message queue.
The
.Fa name
argument points to a string naming a message queue.
-It is unspecified
-whether the name appears in the file system and is visible to other functions
-that take pathnames as arguments.
The
.Fa name
-argument conforms to the construction rules for a pathname.
-If
+argument should conform to the construction rules for a pathname.
+The
.Fa name
-begins with the slash character, then processes calling
+should begin with a slash character. Processes calling
.Fn mq_open
with the same value of
.Fa name
refers to the same message queue object, as long as that name has not been
removed.
-If
-.Fa name
-does not begin with the slash character, the effect is implementation-defined.
-The interpretation of slash characters other than the leading slash character
-in
-.Fa name
-is implementation-defined.
If the
.Fa name
argument is not the name of an existing message queue and creation is not
OpenPOWER on IntegriCloud