diff options
author | Nicholas Clark <nick@ccl4.org> | 2001-07-01 20:23:16 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 12:52:28 +0000 |
commit | 5354997a42ee9242b88e35260c33e80badf911fe (patch) | |
tree | 93688100ec02b35755f1245c2dc0108eb56f36c2 /pod | |
parent | ad83b128fe70663b30fda889dc59fe236e6794de (diff) | |
download | perl-5354997a42ee9242b88e35260c33e80badf911fe.tar.gz |
Re: sizeof(struct sembuf)
Message-ID: <20010701192316.V59620@plum.flirble.org>
s/signaling/signalling/
p4raw-id: //depot/perl@11074
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index bb0c195d5f..09ea976552 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<pack("sss", $semnum, $semop, $semflag)>. The number of semaphore operations is implied by the length of OPSTRING. Returns true if |