tiny doc tweaks
Andreas König [Mon, 20 May 2002 05:07:13 +0000 (07:07 +0200)]
Message-ID: <m38z6f7c0u.fsf@anima.de>

p4raw-id: //depot/perl@16702

pod/perldelta.pod
pod/perlfunc.pod

index e67382a..bcdcf26 100644 (file)
@@ -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.
index d5873a4..bfb91bb 100644 (file)
@@ -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<undef> 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<disciplines>.  The C<open> pragma can be