From 112943f3290408402792f7d31312c38cfaba2431 Mon Sep 17 00:00:00 2001 From: Peng Haitao Date: Tue, 19 Aug 2014 11:11:07 +0800 Subject: [PATCH] sigpause.3: Reformat thread-safety information Signed-off-by: Peng Haitao Signed-off-by: Michael Kerrisk --- man3/sigpause.3 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man3/sigpause.3 b/man3/sigpause.3 index 4459522cf..203c70620 100644 --- a/man3/sigpause.3 +++ b/man3/sigpause.3 @@ -54,10 +54,17 @@ with set to .BR EINTR . .SH ATTRIBUTES -.SS Multithreading (see pthreads(7)) -The +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lb lb lb +l l l. +Interface Attribute Value +T{ .BR sigpause () -function is thread-safe. +T} Thread safety MT-Safe +.TE .SH CONFORMING TO The System V version of .BR sigpause ()