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
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