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/iswupper.3 | |
parent | e41589248673be34a9997f519b08302c50a22d04 (diff) |
hyphenation fixes
Diffstat (limited to 'man3/iswupper.3')
-rw-r--r-- | man3/iswupper.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/iswupper.3 b/man3/iswupper.3 index 4d60f463..b991a244 100644 --- a/man3/iswupper.3 +++ b/man3/iswupper.3 @@ -54,7 +54,7 @@ to 'Z'. .SH "RETURN VALUE" The .BR iswupper () -function returns non-zero if \fIwc\fP is a wide character +function returns nonzero if \fIwc\fP is a wide character belonging to the wide-character class "upper". Otherwise it returns zero. .SH "CONFORMING TO" |