From cdcc9e2ce0563ac9f9076ee350d4fd008f61f1eb Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Thu, 19 Jan 2017 16:25:56 +0000 Subject: 8349 thrd_equal implements the wrong specification Reviewed by: Patrick Mooney Reviewed by: Andy Stormont Reviewed by: Toomas Soome Approved by: Dan McDonald --- usr/src/man/man3c/thrd_equal.3c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'usr/src/man/man3c') diff --git a/usr/src/man/man3c/thrd_equal.3c b/usr/src/man/man3c/thrd_equal.3c index 0ceec884b8..28c6baeb1f 100644 --- a/usr/src/man/man3c/thrd_equal.3c +++ b/usr/src/man/man3c/thrd_equal.3c @@ -9,9 +9,9 @@ .\" http://www.illumos.org/license/CDDL. .\" .\" -.\" Copyright 2016 Joyent, Inc. +.\" Copyright 2017 Joyent, Inc. .\" -.Dd "Jan 11, 2015" +.Dd "Jan 19, 2017" .Dt THRD_EQUAL 3C .Os .Sh NAME @@ -36,13 +36,15 @@ and determines whether or not they refer to the same thread. The .Fn thrd_equal function returns -.Sy 0 +.Sy non-zero if .Fa thrd0 and .Fa thrd1 refer to the same thread. -Otherwise, a non-zero value is returned, indicating that +Otherwise, +.Sy 0 +is returned, indicating that .Fa thrd0 and .Fa thrd1 -- cgit v1.2.3