diff options
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 |