diff --git a/man3/iswspace.3 b/man3/iswspace.3 index 80458178d..b0c3e3324 100644 --- a/man3/iswspace.3 +++ b/man3/iswspace.3 @@ -53,6 +53,18 @@ function returns nonzero if is a wide character belonging to the wide-character class "space". Otherwise, it returns zero. +.SH ATTRIBUTES +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lb lb lb +l l l. +Interface Attribute Value +T{ +.BR iswspace () +T} Thread safety MT-Safe locale +.TE .SH CONFORMING TO C99. .SH NOTES