aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_equal.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_equal.3')
-rw-r--r--man3/pthread_equal.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_equal.3 b/man3/pthread_equal.3
index 1172d35328..b8efa20dbe 100644
--- a/man3/pthread_equal.3
+++ b/man3/pthread_equal.3
@@ -38,7 +38,7 @@ function compares two thread identifiers.
.SH RETURN VALUE
If the two thread IDs are equal,
.BR pthread_equal ()
-returns a non-zero value; otherwise, it returns 0.
+returns a nonzero value; otherwise, it returns 0.
.SH ERRORS
This function always succeeds.
.SH CONFORMING TO