diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 89e953719..8091abaa7 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -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_OVERVIEW 7 2006-02-25 "Linux" "Linux Programmer's Manual" +.TH MQ_OVERVIEW 7 2008-06-15 "Linux" "Linux Programmer's Manual" .SH NAME mq_overview \- Overview of POSIX message queues .SH DESCRIPTION @@ -262,6 +262,9 @@ POSIX message queues provide a better designed interface than System V message queues; on the other hand POSIX message queues are less widely available (especially on older systems) than System V message queues. + +Linux does not currently (2.6.26) support the use of access control +lists (ACLs) for POSIX message queues. .SH EXAMPLE An example of the use of various message queue functions is shown in .BR mq_notify (3).