]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/pthread_equal.3
Removed trailing white space at end of lines
[thirdparty/man-pages.git] / man3 / pthread_equal.3
index d565656835e822a2cb78b703ee608976f0a6a1ec..08e5b1e2d07e9c0403c5ab8eea77c3ef8fa78039 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_EQUAL 3 2015-03-02 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_EQUAL 3 2015-08-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_equal \- compare thread IDs
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_equal(pthread_t " t1 ", pthread_t " t2 );
-.sp
+.PP
 Compile and link with \fI\-pthread\fP.
 .fi
 .SH DESCRIPTION