aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_self.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_self.3')
-rw-r--r--man3/pthread_self.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_self.3 b/man3/pthread_self.3
index cb318fe47e..1477fa76c5 100644
--- a/man3/pthread_self.3
+++ b/man3/pthread_self.3
@@ -29,7 +29,7 @@ pthread_self \- obtain ID of the calling thread
.SH SYNOPSIS
.nf
.B #include <pthread.h>
-
+.PP
.B pthread_t pthread_self(void);
.PP
Compile and link with \fI\-pthread\fP.