summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2016-11-22 00:32:09 +0000
committerkamil <kamil@NetBSD.org>2016-11-22 00:32:09 +0000
commitea388a9a93e31f6b3879f4ee3298cae5871edbfc (patch)
tree00e703b540b4c678879b204657aa2f6273183681 /lib/libpthread
parent5cdc37b0d8a194a7b30cd6f1561045b9217aed5c (diff)
Add reference in SEE ALSO to pthread_dbg(3)
Sponsored by <The NetBSD Foundation>
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/pthread.3 b/lib/libpthread/pthread.3
index 19afc808ade..bd2df973333 100644
--- a/lib/libpthread/pthread.3
+++ b/lib/libpthread/pthread.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread.3,v 1.14 2010/05/16 12:23:32 jruoho Exp $
+.\" $NetBSD: pthread.3,v 1.15 2016/11/22 00:32:09 kamil Exp $
.\"
.\" Copyright (c) 2003, 2007, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -157,6 +157,7 @@ for
.Xr sh 1 ) .
.El
.Sh SEE ALSO
+.Xr pthread_dbg 3
.Rs
.%A David R. Butenhof
.%T Programming with POSIX(R) Threads