From: Jarkko Hietaniemi Date: Mon, 25 Feb 2002 13:51:32 +0000 (+0000) Subject: Typo corrections from John P. Linderman. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dad0832b48bc3fb5c9ac55cc93b1737be98d5db8;p=p5sagit%2Fp5-mst-13.2.git Typo corrections from John P. Linderman. p4raw-id: //depot/perl@14864 --- diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm index df5dc4f..3c71ad9 100644 --- a/ext/IPC/SysV/Semaphore.pm +++ b/ext/IPC/SysV/Semaphore.pm @@ -205,7 +205,7 @@ Returns the values of the semaphore set as an array. =item getncnt ( SEM ) -Returns the number of processed waiting for the semaphore C to +Returns the number of processes waiting for the semaphore C to become greater than its current value =item getpid ( SEM ) @@ -219,7 +219,7 @@ Returns the current value of the semaphore C. =item getzcnt ( SEM ) -Returns the number of processed waiting for the semaphore C to +Returns the number of processes waiting for the semaphore C to become zero. =item id @@ -251,7 +251,7 @@ with the semaphore set. uid gid - mode (oly the permission bits) + mode (only the permission bits) C accepts either a stat object, as returned by the C method, or a list of I-I pairs. @@ -269,7 +269,7 @@ Set the Cth value in the semaphore set to C Returns an object of type C which is a sub-class of C. It provides the following fields. For a description -of these fields see you system documentation. +of these fields see your system documentation. uid gid