diff options
author | jmg <jmg@FreeBSD.org> | 2014-09-15 22:32:35 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2014-09-15 22:32:35 +0000 |
commit | 971bc8fa84832ad2708b258da99f046bdc032055 (patch) | |
tree | 1cb0e0307d2003439286ff928956e83159e7c67b | |
parent | dd285df36d460e53cfd4c84205ec2a4ab15547d9 (diff) | |
download | FreeBSD-src-971bc8fa84832ad2708b258da99f046bdc032055.zip FreeBSD-src-971bc8fa84832ad2708b258da99f046bdc032055.tar.gz |
document mqueuefs is required for mq_open...
-rw-r--r-- | lib/libc/sys/mq_open.2 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/sys/mq_open.2 b/lib/libc/sys/mq_open.2 index 5acc59b..ef6154b 100644 --- a/lib/libc/sys/mq_open.2 +++ b/lib/libc/sys/mq_open.2 @@ -37,7 +37,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 29, 2005 +.Dd September 15, 2014 .Dt MQ_OPEN 2 .Os .Sh NAME @@ -223,6 +223,11 @@ The and .Xr kevent 2 system calls are supported for message queue descriptor. +.Pp +Please see the +.Xr mqueuefs 5 +man page for instructions on loading the module or compiling the service into +the kernel. .Sh RETURN VALUES Upon successful completion, the function returns a message queue descriptor; otherwise, the function returns @@ -294,7 +299,8 @@ There is insufficient space for the creation of the new message queue. .Xr mq_setattr 2 , .Xr mq_timedreceive 3 , .Xr mq_timedsend 3 , -.Xr mq_unlink 3 +.Xr mq_unlink 3 , +.Xr mqueuefs 5 .Sh STANDARDS The .Fn mq_open |