summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-15 19:59:43 -0600
committerKarl Williamson <khw@cpan.org>2020-08-31 18:15:43 -0600
commiteb992c6fe3eb695f0f4836b9844ec01616381441 (patch)
tree9bc6fd08e285f91eac42e8b7bdc66ae5640ffb65 /hv.c
parent2de859ce01e2f9e2245611a869f4d041bb48d2ca (diff)
downloadperl-eb992c6fe3eb695f0f4836b9844ec01616381441.tar.gz
Change some link pod for better rendering
C<L</foo>> renders better in places than L</C<foo>>
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hv.c b/hv.c
index 3aa1d42946..e44e75e81e 100644
--- a/hv.c
+++ b/hv.c
@@ -3737,10 +3737,10 @@ Returns the label attached to a cop, and stores its length in bytes into
C<*len>.
Upon return, C<*flags> will be set to either C<SVf_UTF8> or 0.
-Alternatively, use the macro L</C<CopLABEL_len_flags>>;
+Alternatively, use the macro C<L</CopLABEL_len_flags>>;
or if you don't need to know if the label is UTF-8 or not, the macro
-L</C<CopLABEL_len>>;
-or if you additionally dont need to know the length, L</C<CopLABEL>>.
+C<L</CopLABEL_len>>;
+or if you additionally dont need to know the length, C<L</CopLABEL>>.
=cut
*/