Re: [PATCH] pthread_mutexattr_init.3: Wrong function name fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:
> ---
>   man3/pthread_mutexattr_init.3 | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man3/pthread_mutexattr_init.3 
> b/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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux