From de84c9426303240321936240fcca534766e81597 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 26 May 2006 22:01:20 +0000 Subject: [PATCH] Minor wording change at start of DESCRIPTION. --- man2/shmctl.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 211d3b75a..641854abc 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -46,16 +46,16 @@ shmctl \- shared memory control .SH SYNOPSIS .ad l .B #include -.sp .B #include .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