summaryrefslogtreecommitdiff
path: root/pod/perlunifaq.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-06-18 10:59:44 -0600
committerKarl Williamson <public@khwilliamson.com>2011-06-21 07:59:00 -0600
commit8da107ac576e2a872b4bda01f31cdc28b6d4a90c (patch)
treeb1abf54ebf762af9665ca8afe487f6974ed1be49 /pod/perlunifaq.pod
parentf535407be6a2c4fd1f74cf197d9231032e0a94f0 (diff)
downloadperl-8da107ac576e2a872b4bda01f31cdc28b6d4a90c.tar.gz
perlunifaq: Use L<> to actual link instead of C<>
Diffstat (limited to 'pod/perlunifaq.pod')
-rw-r--r--pod/perlunifaq.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlunifaq.pod b/pod/perlunifaq.pod
index 9fd2b38056..9bd103c9ac 100644
--- a/pod/perlunifaq.pod
+++ b/pod/perlunifaq.pod
@@ -274,7 +274,8 @@ Instead of C<decode> and C<encode>, you could use C<_utf8_on> and C<_utf8_off>,
but this is considered bad style. Especially C<_utf8_on> can be dangerous, for
the same reason that C<:utf8> can.
-There are some shortcuts for oneliners; see C<-C> in L<perlrun>.
+There are some shortcuts for oneliners;
+see L<-C|perlrun/-C [numberE<sol>list]> in L<perlrun>.
=head2 What's the difference between C<UTF-8> and C<utf8>?