shmctl.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:28:56 +02:00
parent c5c3137dbe
commit e4637fd052
1 changed files with 3 additions and 3 deletions

View File

@ -164,7 +164,7 @@ in
.BR proc (5).
.TP 10
.BR IPC_INFO " (Linux-specific)"
Returns information about system-wide shared memory limits and
Return information about system-wide shared memory limits and
parameters in the structure pointed to by
.IR buf .
This structure is of type
@ -204,7 +204,7 @@ files of the same name; see
for details.
.TP
.BR SHM_INFO " (Linux-specific)"
Returns a
Return a
.I shm_info
structure whose fields contain information
about system resources consumed by shared memory.
@ -234,7 +234,7 @@ struct shm_info {
.fi
.TP
.BR SHM_STAT " (Linux-specific)"
Returns a
Return a
.I shmid_ds
structure as for
.BR IPC_STAT .