perlopentut and PerlIO documentation
Slaven Rezic [Fri, 8 Nov 2002 22:22:19 +0000 (23:22 +0100)]
Message-ID: <8765v7kb90.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18135

lib/PerlIO.pm
pod/perlopentut.pod

index 1ee5b88..672efb2 100644 (file)
@@ -203,7 +203,7 @@ Nick Ing-Simmons E<lt>nick@ing-simmons.netE<gt>
 
 =head1 SEE ALSO
 
-L<perlfunc/"binmode">, L<perlfunc/"open">, L<perlunicode>, L<Encode>
+L<perlfunc/"binmode">, L<perlfunc/"open">, L<perlunicode>, L<perliol>, L<Encode>
 
 =cut
 
index 6d37fb8..f7ffa96 100644 (file)
@@ -925,7 +925,7 @@ The two-argument form of C<binmode> is being used, for example
 
 =back
 
-For more detailed discussion about PerlIO see L<perlio>;
+For more detailed discussion about PerlIO see L<PerlIO>;
 for more detailed discussion about Unicode and I/O see L<perluniintro>.
 
 =head1 SEE ALSO