summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-08-12 18:42:35 +0300
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 03:20:13 +0000
commit8ada0baa1f731edbe470a7630cfeb30c131b4672 (patch)
tree878d7ca51320e5fb9ab9f95b0c13c54031deddad /pod/perllocale.pod
parent4beedc23b598a493399ba23c8c4bd5448e52283a (diff)
downloadperl-8ada0baa1f731edbe470a7630cfeb30c131b4672.tar.gz
apply minimal variant of patch (sent via private mail)
Message-Id: <199808121242.PAA29761@comanche.spices> Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands p4raw-id: //depot/perl@1803
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index 4401be2053..0a85c0eb11 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -710,7 +710,7 @@ case-mapping with C<\l>, C<\L>,C<\u> or C<\U>.
=item B<In-memory formatting function> (sprintf()):
-Result is tainted if "use locale" is in effect.
+Result is tainted if C<use locale> is in effect.
=item B<Output formatting functions> (printf() and write()):