From 87e5fc287fedb14656f964254f9b5c738c72b72a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 25 Mar 2024 21:48:58 -0700 Subject: More content changes. --- docs/reference/src/api/threads/nng_cv_until.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/reference/src/api/threads') diff --git a/docs/reference/src/api/threads/nng_cv_until.md b/docs/reference/src/api/threads/nng_cv_until.md index 34669953..620b46b7 100644 --- a/docs/reference/src/api/threads/nng_cv_until.md +++ b/docs/reference/src/api/threads/nng_cv_until.md @@ -19,7 +19,7 @@ The `nng_cv_until()` waits until either the condition variable _cv_ is signaled by another thread calling either [`nng_cv_wake()`](nng_cv_wake.md) or [`nng_cv_wake1()`](nng_cv_wake1.md), or the system clock (as tracked -by [`nng_clock()`](nng_clock.md)) reaches _when_. +by [`nng_clock()`](../util/nng_clock.md)) reaches _when_. The caller must have have ownership of the mutex that was used when _cv_ was allocated. @@ -65,7 +65,7 @@ The following example demonstrates use of this function: ## SEE ALSO -[nng_clock()](nng_clock.md), +[nng_clock()](../util/nng_clock.md), [nng_cv_alloc()](nng_cv_alloc.md), [nng_cv_wait()](nng_cv_wait.md), [nng_cv_wake()](nng_cv_wake.md), -- cgit v1.2.3-70-g09d2