]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_testcancel.3
fanotify_init.2, fanotify.7: Document FAN_REPORT_TID
[thirdparty/man-pages.git] / man3 / pthread_testcancel.3
index 13c228df2d2324d3f7962799c4a9fcc62b7fdf54..32b48592f887504c51578975b31680457b397088 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_TESTCANCEL 3 2015-08-08 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_TESTCANCEL 3 2017-09-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_testcancel \- request delivery of any pending cancellation request
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
-
+.PP
 .B void pthread_testcancel(void);
 .PP
 Compile and link with \fI\-pthread\fP.
@@ -40,7 +40,7 @@ Calling
 creates a cancellation point within the calling thread,
 so that a thread that is otherwise executing code that contains
 no cancellation points will respond to a cancellation request.
-
+.PP
 If cancelability is disabled (using
 .BR pthread_setcancelstate (3)),
 or no cancellation request is pending,