From 49c54dd8214a6f83ac60193b5782ac1f5aba2ffc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 27 Oct 2008 10:47:57 -0500 Subject: [PATCH] pthread_attr_setstack.3: wfix: s/pthread_attr_setscope/pthread_attr_setstack/ Reported-by: Stefan Puiu --- man3/pthread_attr_setstack.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/pthread_attr_setstack.3 b/man3/pthread_attr_setstack.3 index 50cedf584..dc084bb42 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