summaryrefslogtreecommitdiff
path: root/pod/perlunifaq.pod
diff options
context:
space:
mode:
authorDan Book <grinnz@grinnz.com>2020-01-13 16:22:49 -0500
committerTony Cook <tony@develop-help.com>2020-01-28 14:23:34 +1100
commit028611faa42c95e8e0d93cda0301349939476d04 (patch)
tree003a16ea286ce16e21315626cb5e067206650afc /pod/perlunifaq.pod
parentbb84ab0e628823dd987990df941b347d0aa7875c (diff)
downloadperl-028611faa42c95e8e0d93cda0301349939476d04.tar.gz
Update links to perlrun to link to specific items
Diffstat (limited to 'pod/perlunifaq.pod')
-rw-r--r--pod/perlunifaq.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunifaq.pod b/pod/perlunifaq.pod
index ba391d423f..da64f43d0f 100644
--- a/pod/perlunifaq.pod
+++ b/pod/perlunifaq.pod
@@ -277,7 +277,7 @@ 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 L<-C|perlrun/-C [numberE<sol>list]> in L<perlrun>.
+see L<-C in perlrun|perlrun/-C [numberE<sol>list]>.
=head2 What's the difference between C<UTF-8> and C<utf8>?