diff options
Diffstat (limited to 'docs/man/nng_mtx_unlock.3supp.adoc')
| -rw-r--r-- | docs/man/nng_mtx_unlock.3supp.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_mtx_unlock.3supp.adoc b/docs/man/nng_mtx_unlock.3supp.adoc index 7d855b7b..d1b048e6 100644 --- a/docs/man/nng_mtx_unlock.3supp.adoc +++ b/docs/man/nng_mtx_unlock.3supp.adoc @@ -26,7 +26,7 @@ void nng_mtx_unlock(nng_mtx *mtx); == DESCRIPTION The `nng_mtx_unlock()` relinquishes ownership of the mutex _mtx_ that -was previously acquired via `<<nng_mtx_lock.3supp#,nng_mtx_lock()>>`. +was previously acquired via xref:nng_mtx_lock.3supp.adoc[`nng_mtx_lock()`]. IMPORTANT: A mutex can _only_ be unlocked by the thread that locked it. Attempting to unlock a mutex that is not owned by the caller will result @@ -43,6 +43,6 @@ None. == SEE ALSO [.text-left] -<<nng_mtx_alloc.3supp#,nng_mtx_alloc(3supp)>>, -<<nng_mtx_lock.3supp#,nng_mtx_lock(3supp)>>, -<<nng.7#,nng(7)>> +xref:nng_mtx_alloc.3supp.adoc[nng_mtx_alloc(3supp)], +xref:nng_mtx_lock.3supp.adoc[nng_mtx_lock(3supp)], +xref:nng.7.adoc[nng(7)] |
