summaryrefslogtreecommitdiff
path: root/pod/perlclib.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-05 14:29:44 -0600
committerKarl Williamson <khw@cpan.org>2014-06-05 15:22:30 -0600
commitdcccc8ffbf2d700aa062eb88abe7b8cffc41ba48 (patch)
treed71ed77281ba41f7ab446c4e1182c9580b1997ba /pod/perlclib.pod
parent7fefc6c1fed0a352d7bf8df209df5274d6cd8fb0 (diff)
downloadperl-dcccc8ffbf2d700aa062eb88abe7b8cffc41ba48.tar.gz
perlapi: Refactor placements, headings of some functions
It is not very user friendly to list functions as "Functions found in file FOO". Better is to group them by purpose, as many were already. I went through and placed the ones that weren't already so grouped into groups. Patches welcome if you have a better classification. I changed the headings of some so that the important disctinction was the first word so that they are placed in the file more appropriately. And a couple of ones that I had created myself, I came up with a name that I think is better than the original
Diffstat (limited to 'pod/perlclib.pod')
-rw-r--r--pod/perlclib.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlclib.pod b/pod/perlclib.pod
index 0cdee24911..23cca04ca2 100644
--- a/pod/perlclib.pod
+++ b/pod/perlclib.pod
@@ -154,7 +154,7 @@ There are several types of character class tests that Perl implements.
The only ones described here are those that directly correspond to C
library functions that operate on 8-bit characters, but there are
equivalents that operate on wide characters, and UTF-8 encoded strings.
-All are more fully described in L<perlapi/Character classes> and
+All are more fully described in L<perlapi/Character classification> and
L<perlapi/Character case changing>.
The C library routines listed in the table below return values based on