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