From: Rafael Garcia-Suarez Date: Mon, 19 Jan 2009 11:28:00 +0000 (+0100) Subject: Add warning category X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c973c02eeb03288a3fd6f93372b7ab2b8a75de66;p=p5sagit%2Fp5-mst-13.2.git Add warning category in perldiag.pod for new warning "Can't fork, trying again in 5 seconds" added in the parent commit --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ae9d37c..5a3fed5 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?