From d86328195e1a002a055ff9ca4dfbf7cefc157928 Mon Sep 17 00:00:00 2001 From: riastradh Date: Thu, 31 Jan 2013 20:57:58 +0000 Subject: [PATCH] Add pthread_condattr_setclock(3) man page link. --- distrib/sets/lists/comp/mi | 5 ++++- lib/libpthread/Makefile | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/distrib/sets/lists/comp/mi b/distrib/sets/lists/comp/mi index e6a3af98bd30..fbe61b30253f 100644 --- a/distrib/sets/lists/comp/mi +++ b/distrib/sets/lists/comp/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1798 2013/01/18 18:12:56 christos Exp $ +# $NetBSD: mi,v 1.1799 2013/01/31 20:57:58 riastradh Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -7406,6 +7406,7 @@ ./usr/share/man/cat3/pthread_condattr.0 comp-c-catman .cat ./usr/share/man/cat3/pthread_condattr_destroy.0 comp-c-catman .cat ./usr/share/man/cat3/pthread_condattr_init.0 comp-c-catman .cat +./usr/share/man/cat3/pthread_condattr_setclock.0 comp-c-catman .cat ./usr/share/man/cat3/pthread_create.0 comp-c-catman .cat ./usr/share/man/cat3/pthread_curcpu_np.0 comp-c-catman .cat ./usr/share/man/cat3/pthread_detach.0 comp-c-catman .cat @@ -13844,6 +13845,7 @@ ./usr/share/man/html3/pthread_condattr.html comp-c-htmlman html ./usr/share/man/html3/pthread_condattr_destroy.html comp-c-htmlman html ./usr/share/man/html3/pthread_condattr_init.html comp-c-htmlman html +./usr/share/man/html3/pthread_condattr_setclock.html comp-c-htmlman html ./usr/share/man/html3/pthread_create.html comp-c-htmlman html ./usr/share/man/html3/pthread_curcpu_np.html comp-c-htmlman html ./usr/share/man/html3/pthread_detach.html comp-c-htmlman html @@ -20278,6 +20280,7 @@ ./usr/share/man/man3/pthread_condattr.3 comp-c-man .man ./usr/share/man/man3/pthread_condattr_destroy.3 comp-c-man .man ./usr/share/man/man3/pthread_condattr_init.3 comp-c-man .man +./usr/share/man/man3/pthread_condattr_setclock.3 comp-c-man .man ./usr/share/man/man3/pthread_create.3 comp-c-man .man ./usr/share/man/man3/pthread_curcpu_np.3 comp-c-man .man ./usr/share/man/man3/pthread_detach.3 comp-c-man .man diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 97740838bcf5..7509a2aad988 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2012/08/04 15:13:09 matt Exp $ +# $NetBSD: Makefile,v 1.78 2013/01/31 20:57:58 riastradh Exp $ # WARNS?= 5 @@ -161,6 +161,7 @@ MLINKS+= pthread_cond.3 pthread_cond_timedwait.3 MLINKS+= pthread_condattr.3 pthread_condattr_init.3 MLINKS+= pthread_condattr.3 pthread_condattr_destroy.3 +MLINKS+= pthread_condattr.3 pthread_condattr_setclock.3 MLINKS+= pthread_getname_np.3 pthread_setname_np.3 MLINKS+= pthread_getspecific.3 pthread_setspecific.3