diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-06-16 20:39:34 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-27 06:30:09 +0000 |
commit | 6170680bfd1817febf6b13f65734e3e2e6e3f9bf (patch) | |
tree | 87a68c7db652aef9bf5d18ececb42a5ef889680e /pod/perldiag.pod | |
parent | 31e5645579ece4c41b72ec55a303b796b7409118 (diff) | |
download | perl-6170680bfd1817febf6b13f65734e3e2e6e3f9bf.tar.gz |
applied suggested patch; added missing prototype changes to
opcode.pl along with documentation typos (feature still needs
to be described in perlopentut.pod and summarized in
perldelta.pod)
Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
Subject: [PATCH 5.00557] 3-arg open
p4raw-id: //depot/perl@3786
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e86bfbffbb..646355fe81 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2890,6 +2890,12 @@ representative, who probably put it there in the first place. (F) There are no byte-swapping functions for a machine with this byte order. +=item Unknown open() mode '%s' + +(F) The second argument of 3-arguments open is not one from the list +of C<L<lt>>, C<L<gt>>, C<E<gt>E<gt>>, C<+L<lt>>, C<+L<gt>>, +C<+E<gt>E<gt>>, C<-|>, C<|-> of possible open() modes. + =item Unknown process %x sent message to prime_env_iter: %s (P) An error peculiar to VMS. Perl was reading values for %ENV before |