---
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
--
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