Loading...
pthreads/pthread_equal.3 Libc-262 Libc-594.1.4
--- Libc/Libc-262/pthreads/pthread_equal.3
+++ Libc/Libc-594.1.4/pthreads/pthread_equal.3
@@ -39,7 +39,10 @@
 .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 @@
 .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