msgget.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-28 08:29:22 +02:00
parent 143f4ec383
commit 7906e74333
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
.\" Language and formatting clean-ups
.\" Added notes on /proc files
.\"
.TH MSGGET 2 2012-05-31 "Linux" "Linux Programmer's Manual"
.TH MSGGET 2 2014-04-30 "Linux" "Linux Programmer's Manual"
.SH NAME
msgget \- get a System V message queue identifier
.SH SYNOPSIS
@ -211,7 +211,7 @@ The following is a system limit on message queue resources affecting a
call:
.TP
.B MSGMNI
System wide maximum number of message queues: policy
System-wide limit on the number of message queues: policy
dependent
(on Linux, this limit can be read and modified via
.IR /proc/sys/kernel/msgmni ).