From b77a2dc4455ca028e52fdf96385a530a2d168316 Mon Sep 17 00:00:00 2001 From: Peter Tribble Date: Tue, 27 Aug 2019 21:45:44 +0100 Subject: 11628 typos detected by mandoc style Reviewed by: Yuri Pankov Reviewed by: Robert Mustacchi Reviewed by: Gergő Doma Approved by: Richard Lowe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/src/man/man3c/thrd_join.3c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/src/man/man3c') diff --git a/usr/src/man/man3c/thrd_join.3c b/usr/src/man/man3c/thrd_join.3c index 120e156582..b474f2f183 100644 --- a/usr/src/man/man3c/thrd_join.3c +++ b/usr/src/man/man3c/thrd_join.3c @@ -11,7 +11,7 @@ .\" .\" Copyright 2016 Joyent, Inc. .\" -.Dd "Jan 13, 2015" +.Dd "Aug 27, 2019" .Dt THRD_JOIN 3C .Os .Sh NAME @@ -27,7 +27,7 @@ .Sh DESCRIPTION The .Fn thrd_join -function suspends the exection of the current thread and waits for the +function suspends the execution of the current thread and waits for the thread indicated by .Fa thrd to terminate and stores the exit status, as set by a call to @@ -59,7 +59,7 @@ the system, see .Xr pthread_join 3C and .Xr thr_join 3C . -.Sh RETURN_VALUES +.Sh RETURN VALUES Upon successful completion, the .Fn thrd_join function returns -- cgit v1.2.3