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