diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-12-20 12:00:12 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-12-20 12:00:12 +0100 |
| commit | 8c20c31ad122a40c86648c74c49b038b0245c9b1 (patch) | |
| tree | 507f54637ffe95c6d5a032939daa1a8520ac696d /man3 | |
| parent | 6a5f3c599c556ac87d1316aad6a6df806af8c9a5 (diff) | |
| download | man-pages-8c20c31ad122a40c86648c74c49b038b0245c9b1.tar.gz | |
pthread_attr_setstacksize.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/pthread_attr_setstacksize.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/pthread_attr_setstacksize.3 b/man3/pthread_attr_setstacksize.3 index 02159e942b..999adcecd2 100644 --- a/man3/pthread_attr_setstacksize.3 +++ b/man3/pthread_attr_setstacksize.3 @@ -33,8 +33,8 @@ attribute in thread attributes object .PP .BI "int pthread_attr_setstacksize(pthread_attr_t *" attr \ ", size_t " stacksize ); -.BI "int pthread_attr_getstacksize(const pthread_attr_t *" attr \ -", size_t *" stacksize ); +.BI "int pthread_attr_getstacksize(const pthread_attr_t *" attr , +.BI " size_t *" stacksize ); .PP Compile and link with \fI\-pthread\fP. .fi |
