From 94d6f75f525e275fdde5034b01643fc8304ef757 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 26 Sep 2014 16:10:54 +0200 Subject: [PATCH] mq_overview.7: ffix Signed-off-by: Michael Kerrisk --- man7/mq_overview.7 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index 10597a6db..855930d96 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -245,12 +245,17 @@ The minimum value is 128 (8192 in kernels before 2.6.28). The upper limit for .I msgsize_max has varied across kernel versions: -before Linux 2.6.28, the upper limit was -.BR INT_MAX ; -(that is, 2,147,483,647 on Linux/86); -starting with Linux 2.6.38, the limit was 1,048,576; -since Linux 3.5, the limit is 16,777,216 +.RS +.IP * 3 +Before Linux 2.6.28, the upper limit is +.BR INT_MAX . +.IP * +From Linux 2.6.28 to 3.4, the limit is 1,048,576. +.IP * +Since Linux 3.5, the limit is 16,777,216 .RB ( HARD_MSGSIZEMAX ). +.RE +.IP The .I msgsize_max limit is ignored for privileged process