diff options
Diffstat (limited to 'docs/man/nng_free.3.adoc')
| -rw-r--r-- | docs/man/nng_free.3.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_free.3.adoc b/docs/man/nng_free.3.adoc index d17f3da5..ac110db1 100644 --- a/docs/man/nng_free.3.adoc +++ b/docs/man/nng_free.3.adoc @@ -25,8 +25,8 @@ void nng_free(void *ptr, size_t size); == DESCRIPTION The `nng_free()` function deallocates a memory region of size _size_, -that was previously allocated by <<nng_alloc.3#,`nng_alloc()`>> or -<<nng_recv.3#,`nng_recv()`>> with the `NNG_FLAG_ALLOC` flag. +that was previously allocated by `<<nng_alloc.3#,nng_alloc()>>` or +`<<nng_recv.3#,nng_recv()>>` with the `NNG_FLAG_ALLOC` flag. IMPORTANT: It is very important that _size_ match the allocation size used to allocate the memory. |
