strerror.3: Modify thread-safety information

As annotation in glibc manual is more detailed, change the
thread-safety information to be the same as glibc manual.

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ma Shimiao 2015-01-15 10:01:50 +08:00 committed by Michael Kerrisk
parent 05e8fa8f8e
commit a78cdad615
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ l l l.
Interface Attribute Value
T{
.BR strerror ()
T} Thread safety MT-Unsafe
T} Thread safety MT-Unsafe race:strerror
T{
.BR strerror_r (),
.BR strerror_l ()