The marking matches glibc marking. The marking of functions in glibc is: - sleep: MT-Unsafe sig:SIGCHLD/linux Signed-off-by: Zeng Linggang <zenglg.jy@xxxxxxxxxxxxxx> --- man3/sleep.3 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man3/sleep.3 b/man3/sleep.3 index e50d617..f761ed8 100644 --- a/man3/sleep.3 +++ b/man3/sleep.3 @@ -41,6 +41,19 @@ seconds have elapsed or a signal arrives which is not ignored. Zero if the requested time has elapsed, or the number of seconds left to sleep, if the call was interrupted by a signal handler. +.SH ATTRIBUTES +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lb lb lbw27 +l l l. +Interface Attribute Value +T{ +.BR sleep () +T} Thread safety MT-Unsafe sig:SIGCHLD/linux +.TE + .SH CONFORMING TO POSIX.1-2001. .SH BUGS -- 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