perlunifaq: Use L<> to actual link instead of C<>
authorKarl Williamson <public@khwilliamson.com>
Sat, 18 Jun 2011 16:59:44 +0000 (10:59 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 21 Jun 2011 13:59:00 +0000 (07:59 -0600)
pod/perlunifaq.pod

index 9fd2b3805679a7b04b446496571cf59a8f369f57..9bd103c9ac29375311a7f587fb3321db7c08155f 100644 (file)
@@ -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>?