summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 15:29:15 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 10:15:53 -0600
commit655ef49cbd458cdd6276db24cea1ca372a2e1360 (patch)
tree3c447d5491306cc586ae6305aefc11c7907c97fd /pod
parentd23778e6db0173faa533305a30c8d8d3ea001338 (diff)
downloadperl-655ef49cbd458cdd6276db24cea1ca372a2e1360.tar.gz
perlreapi: Wrap a function name in C<>
Diffstat (limited to 'pod')
-rw-r--r--pod/perlreapi.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod
index c32171a9a9..493aff66bd 100644
--- a/pod/perlreapi.pod
+++ b/pod/perlreapi.pod
@@ -821,7 +821,7 @@ purposes when embedding compiled regexes into larger patterns with C<qr//>.
The number of times the structure is referenced. When
this falls to 0, the regexp is automatically freed
-by a call to pregfree. This should be set to 1 in
+by a call to C<pregfree>. This should be set to 1 in
each engine's L</comp> routine.
=head1 HISTORY