pthread_attr_setstackaddr.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-12-20 11:56:47 +01:00
parent 3bf920615d
commit 7f3c0a5fcb
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ set/get stack address attribute in thread attributes object
.PP .PP
.BI "int pthread_attr_setstackaddr(pthread_attr_t *" attr \ .BI "int pthread_attr_setstackaddr(pthread_attr_t *" attr \
", void *" stackaddr ); ", void *" stackaddr );
.BI "int pthread_attr_getstackaddr(const pthread_attr_t *" attr \ .BI "int pthread_attr_getstackaddr(const pthread_attr_t *" attr ,
", void **" stackaddr ); .BI " void **" stackaddr );
.PP .PP
Compile and link with \fI\-pthread\fP. Compile and link with \fI\-pthread\fP.
.fi .fi