summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorMatt Kraai <kraai@ftbfs.org>2008-09-04 14:16:54 -0700
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-09-05 13:57:08 +0000
commit920f5fe1a21416b02b9eb56d00b9844b23dacbff (patch)
treefb5b374309902acd5e45524d62c64c4c18414710 /pod
parent9c7085bebbec89b037156c2972fae17709123d98 (diff)
downloadperl-920f5fe1a21416b02b9eb56d00b9844b23dacbff.tar.gz
Add missing "a" to binmode documentation in perlfunc.pod
Message-ID: <20080905041654.GA4380@ftbfs.org> p4raw-id: //depot/perl@34272
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 2f9a85c8f6..ffd2ab3275 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -525,7 +525,7 @@ like for example images.
If LAYER is present it is a single string, but may contain multiple
directives. The directives alter the behaviour of the file handle.
-When LAYER is present using binmode on text file makes sense.
+When LAYER is present using binmode on a text file makes sense.
If LAYER is omitted or specified as C<:raw> the filehandle is made
suitable for passing binary data. This includes turning off possible CRLF