Re: sizeof(struct sembuf)
Nicholas Clark [Sun, 1 Jul 2001 19:23:16 +0000 (20:23 +0100)]
Message-ID: <20010701192316.V59620@plum.flirble.org>

s/signaling/signalling/

p4raw-id: //depot/perl@11074

pod/perlfunc.pod

index bb0c195..09ea976 100644 (file)
@@ -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