diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-27 15:29:15 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-09-05 10:15:53 -0600 |
commit | 655ef49cbd458cdd6276db24cea1ca372a2e1360 (patch) | |
tree | 3c447d5491306cc586ae6305aefc11c7907c97fd /pod | |
parent | d23778e6db0173faa533305a30c8d8d3ea001338 (diff) | |
download | perl-655ef49cbd458cdd6276db24cea1ca372a2e1360.tar.gz |
perlreapi: Wrap a function name in C<>
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlreapi.pod | 2 |
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 |