Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/strerror.3 | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/man3/strerror.3 b/man3/strerror.3 index b8f9cd7..708e15b 100644 --- a/man3/strerror.3 +++ b/man3/strerror.3 @@ -200,15 +200,21 @@ is not a valid error number. .B ERANGE Insufficient storage was supplied to contain the error description string. .SH ATTRIBUTES -.SS Multithreading (see pthreads(7)) -The +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lbw26 lb lb +l l l. +Interface Attribute Value +T{ .BR strerror () -function is not thread-safe. -.LP -The -.BR strerror_r () -function is thread-safe. -.\" FIXME Need a thread-safety statement about strerror_l() +T} Thread safety MT-Unsafe +T{ +.BR strerror_r (), +.BR strerror_l () +T} Thread safety MT-Safe +.TE .SH VERSIONS The .BR strerror_l () -- 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