summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorMichael Stevens <mstevens@etla.org>2001-03-15 20:01:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-16 02:53:32 +0000
commitcea6626fc5e04af2c1d079dd4d3784eb2c21174b (patch)
tree90eadfaeaab2755554409cb8b6cc868e4054fcef /pod/perllocale.pod
parent8722d079bea855032e83d28746a234953bd00d85 (diff)
downloadperl-cea6626fc5e04af2c1d079dd4d3784eb2c21174b.tar.gz
the uncontroversial doc patches
Message-ID: <20010315200112.A7636@firedrake.org> p4raw-id: //depot/perl@9175
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index d37664c5ab..f680c73109 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -381,7 +381,7 @@ with a single parameter--see L<The setlocale function>.)
localeconv() takes no arguments, and returns B<a reference to> a hash.
The keys of this hash are variable names for formatting, such as
C<decimal_point> and C<thousands_sep>. The values are the
-corresponding, er, values. See L<POSIX (3)/localeconv> for a longer
+corresponding, er, values. See L<POSIX/localeconv> for a longer
example listing the categories an implementation might be expected to
provide; some provide more and others fewer. You don't need an
explicit C<use locale>, because localeconv() always observes the
@@ -964,12 +964,12 @@ operating system upgrade.
=head1 SEE ALSO
-L<POSIX (3)/isalnum>, L<POSIX (3)/isalpha>, L<POSIX (3)/isdigit>,
-L<POSIX (3)/isgraph>, L<POSIX (3)/islower>, L<POSIX (3)/isprint>,
-L<POSIX (3)/ispunct>, L<POSIX (3)/isspace>, L<POSIX (3)/isupper>,
-L<POSIX (3)/isxdigit>, L<POSIX (3)/localeconv>, L<POSIX (3)/setlocale>,
-L<POSIX (3)/strcoll>, L<POSIX (3)/strftime>, L<POSIX (3)/strtod>,
-L<POSIX (3)/strxfrm>.
+L<POSIX/isalnum>, L<POSIX/isalpha>, L<POSIX/isdigit>,
+L<POSIX/isgraph>, L<POSIX/islower>, L<POSIX/isprint>,
+L<POSIX/ispunct>, L<POSIX/isspace>, L<POSIX/isupper>,
+L<POSIX/isxdigit>, L<POSIX/localeconv>, L<POSIX/setlocale>,
+L<POSIX/strcoll>, L<POSIX/strftime>, L<POSIX/strtod>,
+L<POSIX/strxfrm>.
=head1 HISTORY