]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/pthread_equal.3
Libc-763.11.tar.gz
[apple/libc.git] / pthreads / pthread_equal.3
index 37b2c019bc77927b28e0a2b4d8486e1b9270060d..c865329241b4baf1a6aa85ec67c682b77ad4e43c 100644 (file)
 .Sh SYNOPSIS
 .Fd #include <pthread.h>
 .Ft int
-.Fn pthread_equal "pthread_t t1" "pthread_t t2"
+.Fo pthread_equal
+.Fa "pthread_t t1"
+.Fa "pthread_t t2"
+.Fc
 .Sh DESCRIPTION
 The
 .Fn pthread_equal
@@ -54,7 +57,7 @@ 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