diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-19 12:28:00 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-01-19 12:28:00 +0100 |
commit | c973c02eeb03288a3fd6f93372b7ab2b8a75de66 (patch) | |
tree | d7d9c194c6073225c8605bda61ccf79f558a91d1 /pod | |
parent | b3647a361211e9f2a6bf737a259cceab1db864a9 (diff) | |
download | perl-c973c02eeb03288a3fd6f93372b7ab2b8a75de66.tar.gz |
Add warning category
in perldiag.pod for new warning "Can't fork, trying again in 5 seconds"
added in the parent commit
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ae9d37c1a9..5a3fed57dc 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -764,7 +764,7 @@ pipeline. =item Can't fork, trying again in 5 seconds -(W) A fork in a piped open failed with EAGAIN and will be retried +(W pipe) A fork in a piped open failed with EAGAIN and will be retried after five seconds. =item Can't get filespec - stale stat buffer? |