Add warning category
Rafael Garcia-Suarez [Mon, 19 Jan 2009 11:28:00 +0000 (12:28 +0100)]
in perldiag.pod for new warning "Can't fork, trying again in 5 seconds"
added in the parent commit

pod/perldiag.pod

index ae9d37c..5a3fed5 100644 (file)
@@ -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?