From: Karl Williamson Date: Mon, 11 Mar 2013 17:45:09 +0000 (-0600) Subject: perlapi: Nits X-Git-Tag: upstream/5.20.0~3847 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5ad6aba27a6588b9f0e6cd2ccdacc0580318c2a;p=platform%2Fupstream%2Fperl.git perlapi: Nits --- diff --git a/handy.h b/handy.h index 5098379..a65523e 100644 --- a/handy.h +++ b/handy.h @@ -533,7 +533,7 @@ Returns a boolean indicating whether the specified character is an alphabetic character in the platform's native character set, analogous to C. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isALPHANUMERIC|char ch @@ -542,13 +542,13 @@ alphabetic character or decimal digit in the platform's native character set, analogous to C. See the L for an explanation of variants C, C, C, -C, C C, and +C, C, C, and C. =for apidoc Am|bool|isASCII|char ch Returns a boolean indicating whether the specified character is one of the 128 characters in the ASCII character set, analogous to C. -On non-ASCII platforms, it is if this +On non-ASCII platforms, it returns TRUE iff this character corresponds to an ASCII character. Variants C and C are identical to C. See the L for an explanation of variants @@ -562,7 +562,7 @@ Returns a boolean indicating whether the specified character is a character considered to be a blank in the platform's native character set, analogous to C. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. Note, however, that some platforms do not have the C library routine C. In these cases, the variants whose names contain C are the same as the corresponding ones @@ -573,7 +573,7 @@ Returns a boolean indicating whether the specified character is a control character in the platform's native character set, analogous to C. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isDIGIT|char ch @@ -581,7 +581,7 @@ Returns a boolean indicating whether the specified character is a digit in the platform's native character set, analogous to C. Variants C and C are identical to C. See the L for an explanation of variants -C, C, C C, and +C, C, C, C, and C. =for apidoc Am|bool|isGRAPH|char ch @@ -589,7 +589,7 @@ Returns a boolean indicating whether the specified character is a graphic character in the platform's native character set, analogous to C. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isLOWER|char ch @@ -597,7 +597,7 @@ Returns a boolean indicating whether the specified character is a lowercase character in the platform's native character set, analogous to C. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isOCTAL|char ch @@ -613,7 +613,7 @@ C. Note that the definition of what is punctuation isn't as straightforward as one might desire. See L for details. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isSPACE|char ch @@ -628,7 +628,7 @@ precisely what C does. In those releases, the only difference, in the non-locale variants, was that C did not match a vertical tab. (See L for a macro that matches a vertical tab in all releases.) See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isPSXSPC|char ch @@ -644,7 +644,7 @@ C forms don't match a Vertical Tab, and the C forms do. Otherwise they are identical. Thus this macro is analogous to what C matches in a regular expression. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isUPPER|char ch @@ -652,7 +652,7 @@ Returns a boolean indicating whether the specified character is an uppercase character in the platform's native character set, analogous to C. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isPRINT|char ch @@ -660,7 +660,7 @@ Returns a boolean indicating whether the specified character is a printable character in the platform's native character set, analogous to C. See the L for an explanation of variants -C, C, C, C, C +C, C, C, C, C, C, and C. =for apidoc Am|bool|isWORDCHAR|char ch