diff --git a/man3/strverscmp.3 b/man3/strverscmp.3 index 235812670..e2a383afa 100644 --- a/man3/strverscmp.3 +++ b/man3/strverscmp.3 @@ -98,15 +98,18 @@ l l l. Interface Attribute Value T{ .BR strverscmp () -.\" FIXME: the following marking is different from which in glibc manual. -.\" strverscmp: MT-Safe locale +T} Thread safety MT-Safe +.TE +.\" FIXME: The marking is different from that in the glibc manual, +.\" which has: +.\" +.\" strverscmp: MT-Safe locale +.\" .\" glibc manual says strverscmp should have marking locale because it calls .\" isdigit() multiple times and isdigit() uses locale variable. .\" But isdigit() has two implementations. With different compiling conditions, .\" we may call isdigit() in macro, then strverscmp() should not have locale .\" problem. -T} Thread safety MT-Safe -.TE .SH CONFORMING TO This function is a GNU extension. .SH EXAMPLE