strverscmp.3: srcfix: FIXME tidy-up

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-29 12:40:09 +02:00
parent e6c9defd3f
commit 8018923693
1 changed files with 7 additions and 4 deletions

View File

@ -98,15 +98,18 @@ l l l.
Interface Attribute Value Interface Attribute Value
T{ T{
.BR strverscmp () .BR strverscmp ()
.\" FIXME: the following marking is different from which in glibc manual. T} Thread safety MT-Safe
.\" strverscmp: MT-Safe locale .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 .\" glibc manual says strverscmp should have marking locale because it calls
.\" isdigit() multiple times and isdigit() uses locale variable. .\" isdigit() multiple times and isdigit() uses locale variable.
.\" But isdigit() has two implementations. With different compiling conditions, .\" But isdigit() has two implementations. With different compiling conditions,
.\" we may call isdigit() in macro, then strverscmp() should not have locale .\" we may call isdigit() in macro, then strverscmp() should not have locale
.\" problem. .\" problem.
T} Thread safety MT-Safe
.TE
.SH CONFORMING TO .SH CONFORMING TO
This function is a GNU extension. This function is a GNU extension.
.SH EXAMPLE .SH EXAMPLE