summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>?