Hi Stefan, >> The >> .BR pthread_attr_setscope () > ^^^^^ > This looks like a copy/paste error - it's also present in at least one > of the other manpages you posted. I guess this should be > pthread_attr_setstack(). Thanks for spotting that. I applied the changes below. Cheers, Michael diff --git a/man3/pthread_attr_setstack.3 b/man3/pthread_attr_setstack.3 index 50cedf5..dc084bb 100644 --- a/man3/pthread_attr_setstack.3 +++ b/man3/pthread_attr_setstack.3 @@ -49,7 +49,7 @@ _POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600 .ad b .SH DESCRIPTION The -.BR pthread_attr_setscope () +.BR pthread_attr_setstack () function sets the stack address and stack size attributes of the thread attributes object referred to by .I attr diff --git a/man3/pthread_attr_setstacksize.3 b/man3/pthread_attr_setstacksize.3 index f553936..8767c48 100644 --- a/man3/pthread_attr_setstacksize.3 +++ b/man3/pthread_attr_setstacksize.3 @@ -37,7 +37,7 @@ attribute in thread attributes object Compile and link with \fI\-pthread\fP. .SH DESCRIPTION The -.BR pthread_attr_setscope () +.BR pthread_attr_setstacksize () function sets the stack size attribute of the thread attributes object referred to by .I attr -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html