mq_overview.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-09-26 16:10:54 +02:00
parent b130fda82b
commit 94d6f75f52
1 changed files with 10 additions and 5 deletions

View File

@ -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