]> git.saurik.com Git - apple/libpthread.git/blobdiff - man/pthread_equal.3
libpthread-301.1.6.tar.gz
[apple/libpthread.git] / man / pthread_equal.3
index c865329241b4baf1a6aa85ec67c682b77ad4e43c..0ed7ad3ee0f9de0a273da77b466532694465d6ee 100644 (file)
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/lib/libc_r/man/pthread_equal.3,v 1.4.2.5 2001/08/17 15:42:51 ru Exp $
+.\" $FreeBSD$
 .\"
 .Dd April 4, 1996
 .Dt PTHREAD_EQUAL 3
 .Nm pthread_equal
 .Nd compare thread IDs
 .Sh SYNOPSIS
-.Fd #include <pthread.h>
+.In pthread.h
 .Ft int
-.Fo pthread_equal
-.Fa "pthread_t t1"
-.Fa "pthread_t t2"
-.Fc
+.Fn pthread_equal "pthread_t t1" "pthread_t t2"
 .Sh DESCRIPTION
 The
 .Fn pthread_equal
@@ -57,13 +54,14 @@ function will return non-zero if the thread IDs
 .Fa t1
 and
 .Fa t2
-correspond to the same thread. Otherwise, it will return zero.
+correspond to the same thread, otherwise it will return zero.
 .Sh ERRORS
 None.
 .Sh SEE ALSO
 .Xr pthread_create 3 ,
 .Xr pthread_exit 3
 .Sh STANDARDS
+The
 .Fn pthread_equal
-conforms to
+function conforms to
 .St -p1003.1-96 .