diff options
-rw-r--r-- | lib/PerlIO.pm | 2 | ||||
-rw-r--r-- | pod/perlopentut.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index 1ee5b88815..672efb2324 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 6d37fb892b..f7ffa967cd 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 |