From: Andreas König Date: Mon, 20 May 2002 05:07:13 +0000 (+0200) Subject: tiny doc tweaks X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5f9105d8157d83a487818a9f11fab0026cacc76;p=p5sagit%2Fp5-mst-13.2.git tiny doc tweaks Message-ID: p4raw-id: //depot/perl@16702 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e67382a..bcdcf26 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3039,7 +3039,7 @@ because it was felt that it didn't have enough value in it to be a core module. It is still a useful module, though, and is available from the CPAN. -Perl 5.8 does not unfortunately does not build anymore on AmigaOS, +Perl 5.8 unfortunately does not build anymore on AmigaOS, this broke at some point accidentally. Since there are not that many Amiga developers available, we could not get this fixed and tested in time for 5.8.0. diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index d5873a4..bfb91bb 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -457,7 +457,7 @@ name of the filehandle. DISCIPLINE can be either of C<:raw> for binary mode or C<:crlf> for "text" mode. If the DISCIPLINE is omitted, it defaults to C<:raw>. Returns true on success, C on failure. To mark FILEHANDLE as -UTF-8, use C<:utf8>, and to mark the as bytes, use C<:bytes>. +UTF-8, use C<:utf8>, and to mark it as bytes, use C<:bytes>. The C<:raw> are C<:clrf>, and any other directives of the form C<:...>, are called I/O I. The C pragma can be