diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-05-06 14:17:28 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-10 11:22:10 +0000 |
commit | e446cec8f170ecc3eabea80092ef64589855e167 (patch) | |
tree | b6105f3368055fb094ec8ed34e797a1128a497b0 /pod | |
parent | 9b155405e1006cdd8b8d8ffbf82a0cdd100aa3a4 (diff) | |
download | perl-e446cec8f170ecc3eabea80092ef64589855e167.tar.gz |
Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3373
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cc9160e2ac..4b18882b28 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2021,6 +2021,10 @@ and then discovered it wasn't a context we know how to do a goto in. (P) The lexer got into a bad state parsing a string with brackets. +=item panic: kid popen errno read + +(F) forked child returned an incomprehensible message about its errno. + =item panic: last (P) We popped the context stack to a block context, and then discovered |