From 2bc1d9d586ca9b28f665c37999aa5ff4b347a5d0 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Wed, 25 Jun 2014 15:30:08 +0800 Subject: [PATCH] iswgraph.3: ATTRIBUTES: Note function that is thread safe with exceptions The function iswgraph() is thread safe with exceptions. Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/iswgraph.3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man3/iswgraph.3 b/man3/iswgraph.3 index baf517e92..c4eeded07 100644 --- a/man3/iswgraph.3 +++ b/man3/iswgraph.3 @@ -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