aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_cv_alloc.3supp.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_cv_alloc.3supp.adoc')
-rw-r--r--docs/man/nng_cv_alloc.3supp.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_cv_alloc.3supp.adoc b/docs/man/nng_cv_alloc.3supp.adoc
index 0668298f..ac059a92 100644
--- a/docs/man/nng_cv_alloc.3supp.adoc
+++ b/docs/man/nng_cv_alloc.3supp.adoc
@@ -32,11 +32,11 @@ the mutex _mtx_, and returns it in _cvp_.
Every condition variable is associated with a mutex, which must be
owned when a thread waits for the condition using
-<<nng_cv_wait.3supp#,`nng_cv_wait()`>> or
-<<nng_cv_until.3supp#,`nng_cv_until()`>>.
+`<<nng_cv_wait.3supp#,nng_cv_wait()>>` or
+`<<nng_cv_until.3supp#,nng_cv_until()>>`.
The mutex must also be owned when signaling the condition using the
-<<nng_cv_wake.3supp#,`nng_cv_wake()`>> or
-<<nng_cv_wake1.3supp#,`nng_cv_wake1()`>> functions.
+`<<nng_cv_wake.3supp#,nng_cv_wake()>>` or
+`<<nng_cv_wake1.3supp#,nng_cv_wake1()>>` functions.
== RETURN VALUES