projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3647a3
)
Add warning category
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 19 Jan 2009 11:28:00 +0000
(12:28 +0100)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
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
patch
|
blob
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index ae9d37c1a98bd4a1890a02c6763952ce381e179e..5a3fed57dccd2546aaf8892d5cb332fb5fd1ac84 100644
(file)
--- 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?