diff options
Diffstat (limited to 'docs/man/nng_cv_wait.3supp.adoc')
| -rw-r--r-- | docs/man/nng_cv_wait.3supp.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_cv_wait.3supp.adoc b/docs/man/nng_cv_wait.3supp.adoc index 034b3ea9..005fe0c7 100644 --- a/docs/man/nng_cv_wait.3supp.adoc +++ b/docs/man/nng_cv_wait.3supp.adoc @@ -26,8 +26,8 @@ void nng_cv_wait(nng_cv *cv); == DESCRIPTION The `nng_cv_wait()` waits for the condition variable _cv_ to be signaled -by another thread calling either <<nng_cv_wake.3supp#,`nng_cv_wake()`>> or -<<nng_cv_wake1.3supp#,`nng_cv_wake1()`>>. +by another thread calling either `<<nng_cv_wake.3supp#,nng_cv_wake()>>` or +`<<nng_cv_wake1.3supp#,nng_cv_wake1()>>`. The caller must have have ownership of the mutex that was used when _cv_ was allocated. |
