From: Slaven Rezic <slaven@rezic.de>
Date: Fri, 8 Nov 2002 22:22:19 +0000 (+0100)
Subject: perlopentut and PerlIO documentation
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80fea0d2bcf08e174a74010b6dc3b53a2700dacd;p=p5sagit%2Fp5-mst-13.2.git

perlopentut and PerlIO documentation
Message-ID: <8765v7kb90.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18135
---

diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm
index 1ee5b88..672efb2 100644
--- a/lib/PerlIO.pm
+++ b/lib/PerlIO.pm
@@ -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
 
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod
index 6d37fb8..f7ffa96 100644
--- a/pod/perlopentut.pod
+++ b/pod/perlopentut.pod
@@ -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