Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add pthread_condattr_setclock(3) man page link.
details: https://anonhg.NetBSD.org/src/rev/9507593fd8cb
branches: trunk
changeset: 784545:9507593fd8cb
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Jan 31 20:57:58 2013 +0000
description:
Add pthread_condattr_setclock(3) man page link.
diffstat:
distrib/sets/lists/comp/mi | 5 ++++-
lib/libpthread/Makefile | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (50 lines):
diff -r 079182837f38 -r 9507593fd8cb distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Thu Jan 31 19:47:59 2013 +0000
+++ b/distrib/sets/lists/comp/mi Thu Jan 31 20:57:58 2013 +0000
@@ -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 -r 079182837f38 -r 9507593fd8cb lib/libpthread/Makefile
--- a/lib/libpthread/Makefile Thu Jan 31 19:47:59 2013 +0000
+++ b/lib/libpthread/Makefile Thu Jan 31 20:57:58 2013 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index