msgctl.2: Minor wording fix

Employ a consistent voice when discussing 'cmd' values

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-28 09:31:40 +02:00
parent 68bcc5ff47
commit 97c4ec1663
1 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ The third argument to
is ignored in this case.
.TP
.BR IPC_INFO " (Linux-specific)"
Returns information about system-wide message queue limits and
Return information about system-wide message queue limits and
parameters in the structure pointed to by
.IR buf .
This structure is of type
@ -200,7 +200,7 @@ files of the same name; see
for details.
.TP
.BR MSG_INFO " (Linux-specific)"
Returns a
Return a
.I msginfo
structure containing the same information as for
.BR IPC_INFO ,
@ -217,7 +217,7 @@ field returns the total number of bytes in all messages
in all queues on the system.
.TP
.BR MSG_STAT " (Linux-specific)"
Returns a
Return a
.I msqid_ds
structure as for
.BR IPC_STAT .