Xref pthread_cancel...

bump Dd, _exit was still dated 1996!  yes, it has been modified a few
times since then...

MFC after:	1 week
This commit is contained in:
John-Mark Gurney 2014-03-16 01:17:09 +00:00
parent 97447ea423
commit 0d7f18cddc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263216
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 4, 2006
.Dd March 15, 2014
.Dt PTHREAD_CREATE 3
.Os
.Sh NAME
@ -118,6 +118,7 @@ is invalid.
.Sh SEE ALSO
.Xr fork 2 ,
.Xr pthread_attr 3 ,
.Xr pthread_cancel 3 ,
.Xr pthread_cleanup_pop 3 ,
.Xr pthread_cleanup_push 3 ,
.Xr pthread_exit 3 ,

View File

@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 4, 1996
.Dd March 15, 2014
.Dt PTHREAD_EXIT 3
.Os
.Sh NAME
@ -97,6 +97,7 @@ None.
.Sh SEE ALSO
.Xr _exit 2 ,
.Xr exit 3 ,
.Xr pthread_cancel 3 ,
.Xr pthread_create 3 ,
.Xr pthread_join 3
.Sh STANDARDS