diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 08:35:30 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 08:35:30 +0000 |
commit | 3382bd94ffffd3d3191261eea147a96af7e0e0e0 (patch) | |
tree | ca8bf4b7c4d00ad35a888678566b36b146be8ef3 /man3/iswalpha.3 | |
parent | e1d6264d9feaed449e70f288ebdd40d8abae818c (diff) |
Manual fixes of parentheses formatting
Diffstat (limited to 'man3/iswalpha.3')
-rw-r--r-- | man3/iswalpha.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/iswalpha.3 b/man3/iswalpha.3 index 6ab28a965..f94729275 100644 --- a/man3/iswalpha.3 +++ b/man3/iswalpha.3 @@ -22,7 +22,7 @@ iswalpha \- test for alphabetic wide character .fi .SH DESCRIPTION The \fBiswalpha\fP() function is the wide-character equivalent of the -\fBisalpha\fP function. It tests whether \fIwc\fP is a wide character +\fBisalpha\fP() function. It tests whether \fIwc\fP is a wide character belonging to the wide character class "alpha". .PP The wide character class "alpha" is a subclass of the wide character class |