summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorPaul Johnson <paul@pjcj.net>2006-11-10 13:17:37 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-13 09:40:35 +0000
commit165a9987abedd6615787c9ea9211b408fcdd9f3d (patch)
tree606f9ff3369b66fddf2b0508885d28b0d8cf7c7c /pod/perlfunc.pod
parent267f5f64315a4965dfc8a2d7ffdf3d10d3d1566c (diff)
downloadperl-165a9987abedd6615787c9ea9211b408fcdd9f3d.tar.gz
minor nit in binmode docs
Message-ID: <20061110111737.GP17047@pjcj.net> p4raw-id: //depot/perl@29254
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 52f59fd42a..2f2bbe4988 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -526,8 +526,8 @@ If LAYER is omitted or specified as C<:raw> the filehandle is made
suitable for passing binary data. This includes turning off possible CRLF
translation and marking it as bytes (as opposed to Unicode characters).
Note that, despite what may be implied in I<"Programming Perl"> (the
-Camel) or elsewhere, C<:raw> is I<not> the simply inverse of C<:crlf>
--- other layers which would affect binary nature of the stream are
+Camel) or elsewhere, C<:raw> is I<not> simply the inverse of C<:crlf>
+-- other layers which would affect the binary nature of the stream are
I<also> disabled. See L<PerlIO>, L<perlrun> and the discussion about the
PERLIO environment variable.