aboutsummaryrefslogtreecommitdiffstats
path: root/man3/iswpunct.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iswpunct.3')
-rw-r--r--man3/iswpunct.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/iswpunct.3 b/man3/iswpunct.3
index f988106039..0c1671c54d 100644
--- a/man3/iswpunct.3
+++ b/man3/iswpunct.3
@@ -53,9 +53,6 @@ belonging to the wide-character class "punct".
Otherwise it returns zero.
.SH "CONFORMING TO"
C99.
-.SH "SEE ALSO"
-.BR ispunct (3),
-.BR iswctype (3)
.SH NOTES
The behaviour of
.BR iswpunct ()
@@ -65,3 +62,6 @@ current locale.
This function's name is a misnomer when dealing with Unicode characters,
because the wide-character class "punct" contains both punctuation characters
and symbol (math, currency, etc.) characters.
+.SH "SEE ALSO"
+.BR ispunct (3),
+.BR iswctype (3)