diff options
Diffstat (limited to 'docs/man/nng_cv_until.3supp.adoc')
| -rw-r--r-- | docs/man/nng_cv_until.3supp.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/nng_cv_until.3supp.adoc b/docs/man/nng_cv_until.3supp.adoc index 4d39ecc0..9cf49e4d 100644 --- a/docs/man/nng_cv_until.3supp.adoc +++ b/docs/man/nng_cv_until.3supp.adoc @@ -26,9 +26,9 @@ int nng_cv_wait(nng_cv *cv, nng_time when); == DESCRIPTION The `nng_cv_until()` waits until either the condition variable _cv_ is signaled -by another thread calling either <<nng_cv_wake.3supp#,`nng_cv_wake()`>> or -<<nng_cv_wake1.3supp#,`nng_cv_wake1()`>>, or the system clock (as tracked -by <<nng_clock.3supp#,`nng_clock()`>>) reaches _when_. +by another thread calling either `<<nng_cv_wake.3supp#,nng_cv_wake()>>` or +`<<nng_cv_wake1.3supp#,nng_cv_wake1()>>`, or the system clock (as tracked +by `<<nng_clock.3supp#,nng_clock()>>`) reaches _when_. The caller must have have ownership of the mutex that was used when _cv_ was allocated. |
