summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-19 12:28:00 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-19 12:28:00 +0100
commitc973c02eeb03288a3fd6f93372b7ab2b8a75de66 (patch)
treed7d9c194c6073225c8605bda61ccf79f558a91d1 /pod
parentb3647a361211e9f2a6bf737a259cceab1db864a9 (diff)
downloadperl-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.pod2
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?