summaryrefslogtreecommitdiff
path: root/linuxthreads/man/pthread_mutexattr_setkind_np.man
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-05-30 09:15:07 +0000
committerJakub Jelinek <jakub@redhat.com>2005-05-30 09:15:07 +0000
commit4be21db2dbe05899207299b10d03daf3d5700f9c (patch)
tree0cdb3499ad13f647139a345893d419379273628f /linuxthreads/man/pthread_mutexattr_setkind_np.man
parent65e9e980336144eea0cf7951f1d4aab3550fef25 (diff)
* man/Makefile (SOURCES): Remove all man pages but
pthread_cleanup_push.man, pthread_kill_other_threads_np.man and pthread_mutexattr_setkind_np.man. * man/pthread_cleanup_push.man: Replace (3) with (3p) where man page was not kept. * man/pthread_kill_other_threads_np.man: Likewise. * man/pthread_mutexattr_setkind_np.man: Likewise.
Diffstat (limited to 'linuxthreads/man/pthread_mutexattr_setkind_np.man')
-rw-r--r--linuxthreads/man/pthread_mutexattr_setkind_np.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/linuxthreads/man/pthread_mutexattr_setkind_np.man b/linuxthreads/man/pthread_mutexattr_setkind_np.man
index e10f47d0e5..4e20b1e083 100644
--- a/linuxthreads/man/pthread_mutexattr_setkind_np.man
+++ b/linuxthreads/man/pthread_mutexattr_setkind_np.man
@@ -14,8 +14,8 @@ int pthread_mutexattr_getkind_np(const pthread_mutexattr_t *attr, int *kind);
.SH DESCRIPTION
-These functions are deprecated, use !pthread_mutexattr_settype!(3)
-and !pthread_mutexattr_gettype!(3) instead.
+These functions are deprecated, use !pthread_mutexattr_settype!(3p)
+and !pthread_mutexattr_gettype!(3p) instead.
.SH "RETURN VALUE"
!pthread_mutexattr_getkind_np! always returns 0.
@@ -35,5 +35,5 @@ nor !PTHREAD_MUTEX_ERRORCHECK_NP!
Xavier Leroy <Xavier.Leroy@inria.fr>
.SH "SEE ALSO"
-!pthread_mutexattr_settype!(3),
-!pthread_mutexattr_gettype!(3).
+!pthread_mutexattr_settype!(3p),
+!pthread_mutexattr_gettype!(3p).