Minor wording change at start of DESCRIPTION.

This commit is contained in:
Michael Kerrisk 2006-05-26 22:01:20 +00:00
parent 0be9413e70
commit de84c94263
1 changed files with 4 additions and 4 deletions

View File

@ -46,16 +46,16 @@ shmctl \- shared memory control
.SH SYNOPSIS
.ad l
.B #include <sys/ipc.h>
.sp
.B #include <sys/shm.h>
.sp
.BI "int shmctl(int " shmid ", int " cmd ", struct shmid_ds *" buf );
.ad b
.SH DESCRIPTION
.BR shmctl ()
allows the caller to obtain information about a shared memory segment,
set the owner, group, and permissions of a segment,
or destroy a segment.
performs the control operation specified by
.I cmd
on the shared memory segment whose identifier is given in
.IR shmid .
.PP
The
.I buf