diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-31 09:36:00 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-04-01 14:53:46 +0200 |
commit | 3580a42f2f96f07310ea22dc8bdf39affebea773 (patch) | |
tree | d6445db81dd6df850f7ec8119b035c0a5086a99b /man5/proc.5 | |
parent | 16e64bae16078c45bd4b36467cc92c5f2977226f (diff) |
proc.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/proc.5')
-rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 9efd9631..76ff622d 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -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. |