diff options
author | Slaven Rezic <srezic@iconmobile.com> | 2009-01-08 13:05:58 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-19 12:25:19 +0100 |
commit | b3647a361211e9f2a6bf737a259cceab1db864a9 (patch) | |
tree | f8e441b5248b5a2bd2e76c625175e8c57154897d /pod | |
parent | 4c6e94b1e729ad5095947e2c098f9651932479d7 (diff) | |
download | perl-b3647a361211e9f2a6bf737a259cceab1db864a9.tar.gz |
about warnings if forks fail in Perl_my_popen
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cb82633194..ae9d37c1a9 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -757,11 +757,16 @@ If you didn't mean to use a Unicode property, escape the C<\p>, either by C<\\p> (just the C<\p>) or by C<\Q\p> (the rest of the string, until possible C<\E>). -=item Can't fork +=item Can't fork: %s (F) A fatal error occurred while trying to fork while opening a pipeline. +=item Can't fork, trying again in 5 seconds + +(W) A fork in a piped open failed with EAGAIN and will be retried +after five seconds. + =item Can't get filespec - stale stat buffer? (S) A warning peculiar to VMS. This arises because of the difference |