aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2014-09-22 14:29:48 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-02-27 13:57:18 +0100
commit645c4f68173f13176c62e4ae4d6785309b4cd69a (patch)
tree1ad50810439a08925bc0f5f80d1294cfacd00c62 /man3
parent293db8d3c79d3f2229bc9eace9f11d1a6048705b (diff)
downloadman-pages-645c4f68173f13176c62e4ae4d6785309b4cd69a.tar.gz
pthread_attr_setstack.3: Reformat thread-safety information
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/pthread_attr_setstack.316
1 files changed, 11 insertions, 5 deletions
diff --git a/man3/pthread_attr_setstack.3 b/man3/pthread_attr_setstack.3
index 600d2cc05e..1b8811b003 100644
--- a/man3/pthread_attr_setstack.3
+++ b/man3/pthread_attr_setstack.3
@@ -110,12 +110,18 @@ is not both readable and writable by the caller.
.SH VERSIONS
These functions are provided by glibc since version 2.2.
.SH ATTRIBUTES
-.SS Multithreading (see pthreads(7))
-The
-.BR pthread_attr_setstack ()
-and
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw24 lb lb
+l l l.
+Interface Attribute Value
+T{
+.BR pthread_attr_setstack (),
.BR pthread_attr_getstack ()
-functions are thread-safe.
+T} Thread safety MT-Safe
+.TE
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES