The markings match glibc markings. wprintf: MT-Safe locale fwprintf: MT-Safe locale swprintf: MT-Safe locale vwprintf: MT-Safe locale vfwprintf: MT-Safe locale vswprintf: MT-Safe locale Signed-off-by: Zeng Linggang <zenglg.jy@xxxxxxxxxxxxxx> --- man3/wprintf.3 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/man3/wprintf.3 b/man3/wprintf.3 index 57d1cf4..219560d 100644 --- a/man3/wprintf.3 +++ b/man3/wprintf.3 @@ -208,6 +208,26 @@ case of the functions and .BR vswprintf (). They return \-1 when an error occurs. +.SH ATTRIBUTES +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lbw24 lb lb +l l l. +Interface Attribute Value +T{ +.BR wprintf (), +.BR fwprintf (), +.br +.BR swprintf (), +.BR vwprintf (), +.br +.BR vfwprintf (), +.BR vswprintf () +T} Thread safety MT-Safe locale +.TE + .SH CONFORMING TO C99. .SH NOTES -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html