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