summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-22 09:21:09 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-22 09:21:09 +0000
commit0111c4fd47c4cca05ba4f96d1ff28f7e9ff79155 (patch)
tree28a574650c97913efe008d8a4a4aa5dcc09c22b7 /pod
parenta399f54aa42608589fd1ea74b6eb5f6dc14c9622 (diff)
downloadperl-0111c4fd47c4cca05ba4f96d1ff28f7e9ff79155.tar.gz
Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
and other neatification p4raw-id: //depot/perl@24065
Diffstat (limited to 'pod')
-rw-r--r--pod/perl592delta.pod2
-rw-r--r--pod/perlvar.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod
index ad102b8678..0d88ff7f72 100644
--- a/pod/perl592delta.pod
+++ b/pod/perl592delta.pod
@@ -66,7 +66,7 @@ effect for the regular expression engine when running under C<use re
=head2 Trie optimization for regexp engine
The regexp engine is now able to factorize common prefixes and suffixes in
-regular expressions. A new special variable, ${^RE_TRIE_MAXBUFF}, has been
+regular expressions. A new special variable, ${^RE_TRIE_MAXBUF}, has been
added to fine tune this optimization.
=head1 Installation and Configuration Improvements
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index af13c811f4..4923dd5304 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -934,7 +934,7 @@ numeric or symbolic values, eg C<$^D = 10> or C<$^D = "st">.
The current value of the regex debugging flags. Set to 0 for no debug output
even when the re 'debug' module is loaded. See L<re> for details.
-=item ${^RE_TRIE_MAXBUFF}
+=item ${^RE_TRIE_MAXBUF}
Controls how certain regex optimisations are applied and how much memory they
utilize. This value by default is 65536 which corresponds to a 512kB temporary