Re: [PATCH] pthread_mutexattr_init.3: Wrong function name fix
From: Michael Kerrisk (man-pages) <hidden>
Date: 2017-12-04 19:45:53
Thanks. For some reason the patch didn't apply, but I made the fix manually. Cheers, Michael On 12/04/2017 12:04 AM, roblabla wrote:
quoted hunk
--- man3/pthread_mutexattr_init.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/man3/pthread_mutexattr_init.3b/man3/pthread_mutexattr_init.3 index 9d27a15da..b37f32bc4 100644--- a/man3/pthread_mutexattr_init.3 +++ b/man3/pthread_mutexattr_init.3@@ -30,8 +30,8 @@ destroy a mutex attributes object .nf .B #include <pthread.h> .PP -.BI "int pthread_mutex_init(pthread_mutexattr_t *" attr ");" -.BI "int pthread_mutex_destroy(pthread_mutexattr_t *" attr ");" +.BI "int pthread_mutexattr_init(pthread_mutexattr_t *" attr ");" +.BI "int pthread_mutexattr_destroy(pthread_mutexattr_t *" attr ");" .fi .PP Compile and link with \fI\-pthread\fP. --2.15.0
-- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html