diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-25 22:02:19 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-25 22:02:19 +0000 |
commit | c382a36592fc9ba77cc3d36cc75dd5d4c1f46c6d (patch) | |
tree | 4d7413e2a157d8b24a67a5427b9f23f54c64c277 /man3/iswalpha.3 | |
parent | e41589248673be34a9997f519b08302c50a22d04 (diff) |
hyphenation fixes
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 8676f6b0..2998f55f 100644 --- a/man3/iswalpha.3 +++ b/man3/iswalpha.3 @@ -57,7 +57,7 @@ to 'Z' and 'a' to 'z'. .SH "RETURN VALUE" The .BR iswalpha () -function returns non-zero +function returns nonzero if \fIwc\fP is a wide character belonging to the wide-character class "alpha". Otherwise it returns zero. |