diff options
Diffstat (limited to 'docs/man/nng_mtx_unlock.3supp.adoc')
| -rw-r--r-- | docs/man/nng_mtx_unlock.3supp.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_mtx_unlock.3supp.adoc b/docs/man/nng_mtx_unlock.3supp.adoc index 281a3f1e..996908d3 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()` reqlinquishes ownership of the mutex _mtx_ that -was previously acquired via <<nng_mtx_lock.3supp#,`nng_mtx_lock()`>>. +was previously acquired via `<<nng_mtx_lock.3supp#,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 |
