svn commit: r328831 - head/share/man/man3

Eitan Adler eadler at FreeBSD.org
Sat Feb 3 20:50:46 UTC 2018


Author: eadler
Date: Sat Feb  3 20:50:46 2018
New Revision: 328831
URL: https://svnweb.freebsd.org/changeset/base/328831

Log:
  pthread: adding missing header to man page
  
  Reported by:	swildner at DragonFlyBSD.org

Modified:
  head/share/man/man3/pthread_join.3

Modified: head/share/man/man3/pthread_join.3
==============================================================================
--- head/share/man/man3/pthread_join.3	Sat Feb  3 09:43:32 2018	(r328830)
+++ head/share/man/man3/pthread_join.3	Sat Feb  3 20:50:46 2018	(r328831)
@@ -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


More information about the svn-src-all mailing list