From c3f5198b21d49f2b5cec881200c54fcfd573300a Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Fri, 19 Jan 2007 17:34:52 +0000 Subject: [PATCH] Add a reference too pthread_cancel(3). Submitted by: Jeremie Le-Hen --- share/man/man3/pthread.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index 2460128dc77..165ac84f454 100644 --- a/share/man/man3/pthread.3 +++ b/share/man/man3/pthread.3 @@ -480,6 +480,7 @@ functions and the thread functions. Threaded applications are linked with one of these libraries. .Sh SEE ALSO .Xr pthread_atfork 3 , +.Xr pthread_cancel 3 , .Xr pthread_cleanup_pop 3 , .Xr pthread_cleanup_push 3 , .Xr pthread_condattr_destroy 3 ,