termios.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:41:27 +02:00
parent 8018923693
commit 7a07579277
1 changed files with 8 additions and 6 deletions

View File

@ -1025,15 +1025,17 @@ T{
.BR cfsetispeed (),
.BR cfsetospeed (),
.BR cfsetspeed ()
.\" FIXME: the following markings are different from which in glibc manual,
.\" markings in glibc manual are more detailed.
.\" tcsendbreak: MT-Unsafe race:tcattr(filedes)/bsd
.\" tcflow: MT-Unsafe race:tcattr(filedes)/bsd
T} Thread safety MT-Safe
.TE
.\" FIXME: The markings are different from that in the glibc manual.
.\" markings in glibc manual are more detailed:
.\"
.\" tcsendbreak: MT-Unsafe race:tcattr(filedes)/bsd
.\" tcflow: MT-Unsafe race:tcattr(filedes)/bsd
.\"
.\" glibc manual says /bsd indicate the preceding marker only applies
.\" when the underlying kernel is a BSD kernel.
.\" So, it is safety in Linux kernel.
T} Thread safety MT-Safe
.TE
.ad
.hy
.SH CONFORMING TO