Loading...
--- Libc/Libc-391.5.22/pthreads/pthread_equal.3
+++ Libc/Libc-498/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