diff options
Diffstat (limited to 'man3/iswalpha.3')
-rw-r--r-- | man3/iswalpha.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/iswalpha.3 b/man3/iswalpha.3 index 6bd9ec70..ad90b58e 100644 --- a/man3/iswalpha.3 +++ b/man3/iswalpha.3 @@ -54,14 +54,14 @@ and "lower". .PP The wide-character class "alpha" always contains at least the letters \(aqA\(aq to \(aqZ\(aq and \(aqa\(aq to \(aqz\(aq. -.SH "RETURN VALUE" +.SH RETURN VALUE The .BR iswalpha () function returns nonzero if \fIwc\fP is a wide character belonging to the wide-character class "alpha". Otherwise it returns zero. -.SH "CONFORMING TO" +.SH CONFORMING TO C99. .SH NOTES The behavior of @@ -70,6 +70,6 @@ depends on the .B LC_CTYPE category of the current locale. -.SH "SEE ALSO" +.SH SEE ALSO .BR isalpha (3), .BR iswctype (3) |