about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-02 21:19:58 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-02 21:19:58 -0800
commite7ac70686b3c09953f6c41966dbd77f77368a9ec (patch)
treeb6d3db1d0f856607d0713fec6229064e2d1ffc2f /Documentation
parent6f24b5626f89fbb6445c0943ba71f56c8945e18f (diff)
downloadruby_posix_mq-e7ac70686b3c09953f6c41966dbd77f77368a9ec.tar.gz
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/posix-mq.rb.1.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/posix-mq.rb.1.txt b/Documentation/posix-mq.rb.1.txt
index e9005ee..0cf0bc3 100644
--- a/Documentation/posix-mq.rb.1.txt
+++ b/Documentation/posix-mq.rb.1.txt
@@ -146,8 +146,15 @@ portability.
 Exit status is normally 0.  Exit status is 2 if a timeout occurs, 1 for
 all other errors.
 
+Under FreeBSD, the mq_* system calls are not available unless you load
+the mqueuefs(5) kernel module:
+
+        kldload mqueuefs
+
 # SEE ALSO
 
 * [mq_overview(7)][1]
+* [mqueuefs(5)][2]
 
 [1]: http://kernel.org/doc/man-pages/online/pages/man7/mq_overview.7.html
+[2]: http://freebsd.org/cgi/man.cgi?query=mqueuefs