summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setstackaddr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setstackaddr.3')
-rw-r--r--man3/pthread_attr_setstackaddr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/pthread_attr_setstackaddr.3 b/man3/pthread_attr_setstackaddr.3
index 7f4837f81..0d7a0c194 100644
--- a/man3/pthread_attr_setstackaddr.3
+++ b/man3/pthread_attr_setstackaddr.3
@@ -33,8 +33,8 @@ set/get stack address attribute in thread attributes object
.PP
.BI "int pthread_attr_setstackaddr(pthread_attr_t *" attr \
", void *" stackaddr );
-.BI "int pthread_attr_getstackaddr(const pthread_attr_t *" attr \
-", void **" stackaddr );
+.BI "int pthread_attr_getstackaddr(const pthread_attr_t *" attr ,
+.BI " void **" stackaddr );
.PP
Compile and link with \fI\-pthread\fP.
.fi
@@ -127,7 +127,7 @@ argument specifies the range of the stack).
.BR pthread_create (3),
.BR pthreads (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,