aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_equal.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_equal.3')
-rw-r--r--man3/pthread_equal.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_equal.3 b/man3/pthread_equal.3
index c1fce18fd1..08e5b1e2d0 100644
--- a/man3/pthread_equal.3
+++ b/man3/pthread_equal.3
@@ -29,7 +29,7 @@ pthread_equal \- compare thread IDs
.SH SYNOPSIS
.nf
.B #include <pthread.h>
-
+.PP
.BI "int pthread_equal(pthread_t " t1 ", pthread_t " t2 );
.PP
Compile and link with \fI\-pthread\fP.