diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-03 14:37:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-03 14:37:22 +0000 |
commit | b5a41e529034a0ee7e1a2e3e37537f713b54afbf (patch) | |
tree | 87fb66a06312d119db5078aa97552f7a58c2c02c /pod/perlguts.pod | |
parent | ef4af2bec631b9236810b0b0f271e06119e370e6 (diff) | |
download | perl-b5a41e529034a0ee7e1a2e3e37537f713b54afbf.tar.gz |
s/\bthe the\b/the/g *.pod
p4raw-id: //depot/cfgperl@2444
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 4ccc6c6e2f..5bc521db75 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1503,7 +1503,7 @@ It is strongly recommended that all Perl API functions that don't begin with C<perl> be referenced with an explicit C<Perl_> prefix. The sort order of the listing is case insensitive, with any -occurrences of '_' ignored for the the purpose of sorting. +occurrences of '_' ignored for the purpose of sorting. =over 8 |