summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-22 14:45:36 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-22 14:45:36 +0000
commitf979aebcf2bd35d620f0ca3623215cc1355f26d9 (patch)
tree670fbe99d253d101ddbc6f897c26d757f87c3a5c /pod/perllocale.pod
parent27aad8a31de0f67b4d9a413b706e8d551b21977c (diff)
downloadperl-f979aebcf2bd35d620f0ca3623215cc1355f26d9.tar.gz
Misc. L<> fixes in core docs : don't link to man pages;
provide full urls when linking to web sites. p4raw-id: //depot/perl@30688
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index 3624903440..a0962fcd74 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -177,7 +177,7 @@ subsequent call to setlocale().
If no second argument is provided and the category is LC_ALL, the
result is implementation-dependent. It may be a string of
concatenated locales names (separator also implementation-dependent)
-or a single locale name. Please consult your L<setlocale(3)> for
+or a single locale name. Please consult your setlocale(3) man page for
details.
If a second argument is given and it corresponds to a valid locale,
@@ -197,11 +197,11 @@ be noticed, depending on your system's C library.
If the second argument does not correspond to a valid locale, the locale
for the category is not changed, and the function returns I<undef>.
-For further information about the categories, consult L<setlocale(3)>.
+For further information about the categories, consult setlocale(3).
=head2 Finding locales
-For locales available in your system, consult also L<setlocale(3)> to
+For locales available in your system, consult also setlocale(3) to
see whether it leads to the list of available locales (search for the
I<SEE ALSO> section). If that fails, try the following command lines:
@@ -289,7 +289,7 @@ than the PERL_BADLANG approach, but setting LC_ALL (or
other locale variables) may affect other programs as well, not just
Perl. In particular, external programs run from within Perl will see
these changes. If you make the new settings permanent (read on), all
-programs you run see the changes. See L<ENVIRONMENT> for
+programs you run see the changes. See L<"ENVIRONMENT"> for
the full list of relevant environment variables and L<USING LOCALES>
for their effects in Perl. Effects in other programs are
easily deducible. For example, the variable LC_COLLATE may well affect