From: Nicholas Clark Date: Sun, 1 Jul 2001 19:23:16 +0000 (+0100) Subject: Re: sizeof(struct sembuf) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5354997a42ee9242b88e35260c33e80badf911fe;p=p5sagit%2Fp5-mst-13.2.git Re: sizeof(struct sembuf) Message-ID: <20010701192316.V59620@plum.flirble.org> s/signaling/signalling/ p4raw-id: //depot/perl@11074 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index bb0c195..09ea976 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4066,7 +4066,7 @@ documentation. =item semop KEY,OPSTRING Calls the System V IPC function semop to perform semaphore operations -such as signaling and waiting. OPSTRING must be a packed array of +such as signalling and waiting. OPSTRING must be a packed array of semop structures. Each semop structure can be generated with C. The number of semaphore operations is implied by the length of OPSTRING. Returns true if