diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-24 06:11:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-24 06:11:56 +0000 |
commit | 4375e838ae24b385ae79fa7b6918e613bedaaee6 (patch) | |
tree | 9418d63a58345f7e8f9e1ff644fa85c022b18650 /handy.h | |
parent | 94a371ee7128c99a38226de46cbec028ae3a990e (diff) | |
download | perl-4375e838ae24b385ae79fa7b6918e613bedaaee6.tar.gz |
various pod nits (from Larry Virden and others)
p4raw-id: //depot/perl@5917
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -260,18 +260,18 @@ C<strncmp>). /* =for apidoc Am|bool|isALNUM|char ch -Returns a boolean indicating whether the C C<char> is an ascii alphanumeric +Returns a boolean indicating whether the C C<char> is an ASCII alphanumeric character or digit. =for apidoc Am|bool|isALPHA|char ch -Returns a boolean indicating whether the C C<char> is an ascii alphabetic +Returns a boolean indicating whether the C C<char> is an ASCII alphabetic character. =for apidoc Am|bool|isSPACE|char ch Returns a boolean indicating whether the C C<char> is whitespace. =for apidoc Am|bool|isDIGIT|char ch -Returns a boolean indicating whether the C C<char> is an ascii +Returns a boolean indicating whether the C C<char> is an ASCII digit. =for apidoc Am|bool|isUPPER|char ch @@ -524,7 +524,7 @@ The XSUB-writer's interface to the C C<memzero> function. The C<dest> is the destination, C<nitems> is the number of items, and C<type> is the type. =for apidoc Am|void|StructCopy|type src|type dest|type -This is an architecture-independant macro to copy one structure to another. +This is an architecture-independent macro to copy one structure to another. =cut */ |