diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-25 13:51:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-25 13:51:32 +0000 |
commit | dad0832b48bc3fb5c9ac55cc93b1737be98d5db8 (patch) | |
tree | f981147d422e97d548f264ba66e5d4a22bf88e96 /ext/IPC | |
parent | 13a12e00ae4e5ba31d47ed0f689b4c75806007d3 (diff) | |
download | perl-dad0832b48bc3fb5c9ac55cc93b1737be98d5db8.tar.gz |
Typo corrections from John P. Linderman.
p4raw-id: //depot/perl@14864
Diffstat (limited to 'ext/IPC')
-rw-r--r-- | ext/IPC/SysV/Semaphore.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm index df5dc4ff04..3c71ad9636 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<SEM> to +Returns the number of processes waiting for the semaphore C<SEM> to become greater than its current value =item getpid ( SEM ) @@ -219,7 +219,7 @@ Returns the current value of the semaphore C<SEM>. =item getzcnt ( SEM ) -Returns the number of processed waiting for the semaphore C<SEM> to +Returns the number of processes waiting for the semaphore C<SEM> 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<set> accepts either a stat object, as returned by the C<stat> method, or a list of I<name>-I<value> pairs. @@ -269,7 +269,7 @@ Set the C<N>th value in the semaphore set to C<VALUE> Returns an object of type C<IPC::Semaphore::stat> which is a sub-class of C<Class::Struct>. It provides the following fields. For a description -of these fields see you system documentation. +of these fields see your system documentation. uid gid |