The markings match glibc markings. markings of functions in glibc are: - err: MT-Safe locale - err: MT-Safe locale - errx: MT-Safe locale - warn: MT-Safe locale - warnx: MT-Safe locale - verr: MT-Safe locale - verrx: MT-Safe locale - vwarn: MT-Safe locale - vwarnx: MT-Safe locale Signed-off-by: Zeng Linggang <zenglg.jy@xxxxxxxxxxxxxx> --- man3/err.3 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/man3/err.3 b/man3/err.3 index 783d60a..14eb6e5 100644 --- a/man3/err.3 +++ b/man3/err.3 @@ -106,6 +106,29 @@ and .BR verrx () functions do not return, but exit with the value of the argument .IR eval . +.SH ATTRIBUTES +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lbw17 lb lb +l l l. +Interface Attribute Value +T{ +.BR err (), +.BR errx (), +.br +.BR warn (), +.BR warnx (), +.br +.BR verr (), +.BR verrx (), +.br +.BR vwarn (), +.BR vwarnx () +T} Thread safety MT-Safe locale +.TE + .SH CONFORMING TO These functions are nonstandard BSD extensions. .\" .SH HISTORY -- 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