From 80189236938574a4a1e378607d200c8aa29a500c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 29 Oct 2016 12:40:09 +0200 Subject: [PATCH] strverscmp.3: srcfix: FIXME tidy-up Signed-off-by: Michael Kerrisk --- man3/strverscmp.3 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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