diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-12-03 02:49:04 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-12-03 02:49:04 +0000 |
commit | b7c797730221439cd9b743de90a62191a1955ac4 (patch) | |
tree | 071b282a6c33e18917d49e145fc7c1510b6c0954 /lib | |
parent | 9912fc33bbe1c2a6b8ed7e42bdb5f128a667f84b (diff) | |
download | FreeBSD-src-b7c797730221439cd9b743de90a62191a1955ac4.zip FreeBSD-src-b7c797730221439cd9b743de90a62191a1955ac4.tar.gz |
Remove implementation-defined, it has already been described in NOTES
section.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mq_open.2 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/sys/mq_open.2 b/lib/libc/sys/mq_open.2 index 736a4bd..0eee216 100644 --- a/lib/libc/sys/mq_open.2 +++ b/lib/libc/sys/mq_open.2 @@ -70,11 +70,6 @@ requested, .Fn mq_open will fail and return an error. .Pp -A message queue descriptor may be implemented using a file descriptor, in -which case applications can open up to at least -.Brq Dv OPEN_MAX -file and message queues. -.Pp The .Fa oflag argument requests the desired receive and/or send access to the message |