summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/cond_init.3c
diff options
context:
space:
mode:
authorPeter Tribble <peter.tribble@gmail.com>2020-12-31 10:47:42 +0000
committerPeter Tribble <peter.tribble@gmail.com>2021-01-01 11:55:01 +0000
commit0a554e9f2c0d440dc40a97fae2d18f1d428ca786 (patch)
tree6581d89db7e760d8893bbfc2ffb8e8cbb7212acd /usr/src/man/man3c/cond_init.3c
parent9f76c6ed5b6ee0cc0bf631daca15ac3dc5fc70c4 (diff)
downloadillumos-gate-0a554e9f2c0d440dc40a97fae2d18f1d428ca786.tar.gz
13404 man page spelling errors
Reviewed by: Ryan Zezeski <ryan@oxide.computer> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3c/cond_init.3c')
-rw-r--r--usr/src/man/man3c/cond_init.3c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3c/cond_init.3c b/usr/src/man/man3c/cond_init.3c
index d90296e420..198594167c 100644
--- a/usr/src/man/man3c/cond_init.3c
+++ b/usr/src/man/man3c/cond_init.3c
@@ -44,7 +44,7 @@
.\" Copyright (c) 2001, The IEEE and The Open Group. All Rights Reserved.
.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
.\"
-.TH COND_INIT 3C "February 15, 2020"
+.TH COND_INIT 3C "December 28, 2020"
.SH NAME
cond_init, cond_wait, cond_timedwait, cond_reltimedwait, cond_signal,
cond_broadcast, cond_destroy \- condition variables
@@ -435,7 +435,7 @@ The \fBcond_timedwait()\fR and \fBcond_reltimedwait()\fR functions are similar
to \fBcond_wait()\fR, except that the calling thread will not wait for the
condition to become true past the absolute time specified by \fIabstime\fR or
the relative time specified by \fIreltime\fR. Note that \fBcond_timedwait()\fR
-or \fBcond_reltimedwait()\fR might continue to block as it trys to reacquire
+or \fBcond_reltimedwait()\fR might continue to block as it tries to reacquire
the mutex pointed to by \fImp\fR, which may be locked by another thread. If
either \fBcond_timedwait()\fR or \fBcond_reltimedwait()\fR returns because of a
timeout, it returns the error value \fBETIME\fR.