summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setstacksize.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setstacksize.3')
-rw-r--r--man3/pthread_attr_setstacksize.312
1 files changed, 5 insertions, 7 deletions
diff --git a/man3/pthread_attr_setstacksize.3 b/man3/pthread_attr_setstacksize.3
index 83195bd6f..278346e3d 100644
--- a/man3/pthread_attr_setstacksize.3
+++ b/man3/pthread_attr_setstacksize.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH pthread_attr_setstacksize 3 2022-12-15 "Linux man-pages 6.03"
+.TH pthread_attr_setstacksize 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
pthread_attr_setstacksize, pthread_attr_getstacksize \- set/get stack size
attribute in thread attributes object
@@ -60,26 +60,24 @@ can fail with the error
if
.I stacksize
is not a multiple of the system page size.
-.SH VERSIONS
-These functions are provided since glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR pthread_attr_setstacksize (),
.BR pthread_attr_getstacksize ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
+.SH VERSIONS
+These functions are provided since glibc 2.1.
.SH STANDARDS
POSIX.1-2001, POSIX.1-2008.
.SH NOTES