From ba4add12fdc3c1d214cd8123a4b95f99de0051a6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 05:24:17 +1000 Subject: [PATCH] mq_overview.7: Fix section ordering Signed-off-by: Michael Kerrisk --- man7/mq_overview.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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),