diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index c7dbaeaa4..f69e9eaa3 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -367,9 +367,6 @@ on the other hand POSIX message queues are less widely available 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). .SH BUGS In Linux versions 3.5 to 3.14, the kernel imposed a ceiling of 1024 .RB ( HARD_QUEUESMAX ) @@ -393,6 +390,9 @@ This behavioral regression was rectified in Linux 4.2 (and earlier stable kernel series), so that the count once more included just the bytes of user data in messages in the queue. +.SH EXAMPLE +An example of the use of various message queue functions is shown in +.BR mq_notify (3). .SH SEE ALSO .BR getrlimit (2), .BR mq_getsetattr (2),