aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_testcancel.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_testcancel.3')
-rw-r--r--man3/pthread_testcancel.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_testcancel.3 b/man3/pthread_testcancel.3
index 13c228df2d..7e5a366309 100644
--- a/man3/pthread_testcancel.3
+++ b/man3/pthread_testcancel.3
@@ -29,7 +29,7 @@ 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.