iswgraph.3: ATTRIBUTES: Note function that is thread safe with exceptions

The function iswgraph() is thread safe with exceptions.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2014-06-25 15:30:08 +08:00 committed by Michael Kerrisk
parent c7401a75a5
commit 2bc1d9d586
1 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,18 @@ if
is a wide character
belonging to the wide-character class "graph".
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 iswgraph ()
T} Thread safety MT-Safe locale
.TE
.SH CONFORMING TO
C99.
.SH NOTES