From 146c2ef3aebd6eec336a8d22aa4b73318c761dde Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Mon, 21 Jul 2014 12:15:28 +0800 Subject: [PATCH] termios.3: Reformat thread-safety information Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/termios.3 | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/man3/termios.3 b/man3/termios.3 index 7e077798c..6ffabe0e1 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -972,8 +972,16 @@ it may be necessary to follow this call with a further call to .BR tcgetattr () to check that all changes have been performed successfully. .SH ATTRIBUTES -.SS Multithreading (see pthreads(7)) -The +For an explanation of the terms used in this section, see +.BR attributes (7). +.nh +.ad l +.TS +allbox; +lb lb lb +lw37 l l. +Interface Attribute Value +T{ .BR tcgetattr (), .BR tcsetattr (), .BR tcsendbreak (), @@ -985,9 +993,11 @@ The .BR cfgetospeed (), .BR cfsetispeed (), .BR cfsetospeed (), -and .BR cfsetspeed () -functions are thread-safe. +T} Thread safety MT-Safe +.TE +.ad +.hy .SH CONFORMING TO .BR tcgetattr (), .BR tcsetattr (),