diff options
author | chromatic <chromatic@wgz.org> | 2001-08-27 05:17:09 -0600 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-27 16:31:53 +0000 |
commit | 2ac1ef3d129ac2446fc0d2ea08ecbbd4bd583ff4 (patch) | |
tree | 7b75339008ac4b08df201adcfc7374ef6c0294ad /ext/POSIX/POSIX.pod | |
parent | 4d1ff10ffec86208b0da135b87c76b89e61c866e (diff) | |
download | perl-2ac1ef3d129ac2446fc0d2ea08ecbbd4bd583ff4.tar.gz |
pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
Message-Id: <20010827172111.89491.qmail@onion.perl.org>
p4raw-id: //depot/perl@11759
Diffstat (limited to 'ext/POSIX/POSIX.pod')
-rw-r--r-- | ext/POSIX/POSIX.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index bbd0cbe5af..7094f59087 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1536,7 +1536,7 @@ see L<perlfunc/wait>. Wait for a child process to change state. This is identical to Perl's builtin C<waitpid()> function, see L<perlfunc/waitpid>. - $pid = POSIX::waitpid( -1, &POSIX::WNOHANG ); + $pid = POSIX::waitpid( -1, POSIX::WNOHANG ); print "status = ", ($? / 256), "\n"; =item wcstombs |