proc.5: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-31 09:36:00 +02:00
parent 16e64bae16
commit 3580a42f2f
1 changed files with 2 additions and 4 deletions

View File

@ -2794,10 +2794,9 @@ This file defines
a system-wide limit specifying the maximum number of bytes in
a single message written on a System V message queue.
.TP
.I /proc/sys/kernel/msgmni
.IR /proc/sys/kernel/msgmni " (since Linux 2.4)"
This file defines the system-wide limit on the number of
message queue identifiers.
(This file is only present in Linux 2.4 onward.)
.TP
.I /proc/sys/kernel/msgmnb
This file defines a system-wide parameter used to initialize the
@ -2972,8 +2971,7 @@ kernel.
This value defaults to
.BR SHMMAX .
.TP
.I /proc/sys/kernel/shmmni
(available in Linux 2.4 and onward)
.IR /proc/sys/kernel/shmmni " (since Linux 2.4)"
This file
specifies the system-wide maximum number of System V shared memory
segments that can be created.