termios.3: Modify thread-safety information

As annotation in glibc manual is more detailed, change the
thread-safety information to be the same as glibc manual.

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Ma Shimiao 2015-01-21 15:40:12 +08:00 committed by Michael Kerrisk
parent ab10d1076e
commit 84a1526161
1 changed files with 6 additions and 3 deletions

View File

@ -979,15 +979,14 @@ For an explanation of the terms used in this section, see
.TS
allbox;
lb lb lb
lw37 l l.
l l l.
Interface Attribute Value
T{
.BR tcgetattr (),
.BR tcsetattr (),
.BR tcsendbreak (),
.BR tcdrain (),
.br
.BR tcflush (),
.BR tcflow (),
.BR cfmakeraw (),
.BR cfgetispeed (),
.BR cfgetospeed (),
@ -995,6 +994,10 @@ T{
.BR cfsetospeed (),
.BR cfsetspeed ()
T} Thread safety MT-Safe
T{
.BR tcsendbreak (),
.BR tcflow ()
T} Thread safety MT-Unsafe race:tcattr(filedes)/bsd
.TE
.ad
.hy