From: Matt Kraai Date: Thu, 4 Sep 2008 21:16:54 +0000 (-0700) Subject: Add missing "a" to binmode documentation in perlfunc.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=920f5fe1a21416b02b9eb56d00b9844b23dacbff;p=p5sagit%2Fp5-mst-13.2.git Add missing "a" to binmode documentation in perlfunc.pod Message-ID: <20080905041654.GA4380@ftbfs.org> p4raw-id: //depot/perl@34272 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 2f9a85c..ffd2ab3 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