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@xxxxxxxxxxxxxx> --- man3/getdate.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/getdate.3 b/man3/getdate.3 index 11db129..0c9fb32 100644 --- a/man3/getdate.3 +++ b/man3/getdate.3 @@ -203,10 +203,10 @@ l l l. Interface Attribute Value T{ .BR getdate () -T} Thread safety MT-Unsafe +T} Thread safety MT-Unsafe race:getdate env locale T{ .BR getdate_r () -T} Thread safety MT-Safe +T} Thread safety MT-Safe env locale .TE .SH CONFORMING TO POSIX.1-2001. -- 1.8.3.1 -- 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