Module Name:    src
Committed By:   riastradh
Date:           Thu Jan 31 20:58:00 UTC 2013

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/lib/libpthread: Makefile

Log Message:
Add pthread_condattr_setclock(3) man page link.


To generate a diff of this commit:
cvs rdiff -u -r1.1798 -r1.1799 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.77 -r1.78 src/lib/libpthread/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.1798 src/distrib/sets/lists/comp/mi:1.1799
--- src/distrib/sets/lists/comp/mi:1.1798	Fri Jan 18 18:12:56 2013
+++ src/distrib/sets/lists/comp/mi	Thu Jan 31 20:57:58 2013
@@ -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

Index: src/lib/libpthread/Makefile
diff -u src/lib/libpthread/Makefile:1.77 src/lib/libpthread/Makefile:1.78
--- src/lib/libpthread/Makefile:1.77	Sat Aug  4 15:13:09 2012
+++ src/lib/libpthread/Makefile	Thu Jan 31 20:57:58 2013
@@ -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_tim
 
 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

Reply via email to