pthread: adding missing header to man page

Reported by:	swildner@DragonFlyBSD.org
This commit is contained in:
Eitan Adler 2018-02-03 20:50:46 +00:00
parent c32d1cce9d
commit bcc5c36fe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328831

View File

@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 23, 2010
.Dd February 3, 2018
.Dt PTHREAD_JOIN 3
.Os
.Sh NAME
@ -43,6 +43,7 @@
.In pthread.h
.Ft int
.Fn pthread_join "pthread_t thread" "void **value_ptr"
.In pthread_np.h
.Ft int
.Fn pthread_timedjoin_np "pthread_t thread" "void **value_ptr" "const struct timespec *abstime"
.Sh DESCRIPTION