diff options
Diffstat (limited to 'docs/man/nng_msg.5.adoc')
| -rw-r--r-- | docs/man/nng_msg.5.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_msg.5.adoc b/docs/man/nng_msg.5.adoc index 3b26bcf0..46aa11da 100644 --- a/docs/man/nng_msg.5.adoc +++ b/docs/man/nng_msg.5.adoc @@ -34,8 +34,8 @@ TIP: Using the message-oriented functions in the <<nng.7#,_nng_>> API is a good way to reduce the likelihood of data copies and improve application performance. -Messages are allocated using the <<nng_msg_alloc.3#,`nng_msg_alloc()`>> -function, and are deallocated using the <<nng_msg_free.3#,`nng_msg_free`>> +Messages are allocated using the `<<nng_msg_alloc.3#,nng_msg_alloc()>>` +function, and are deallocated using the `<<nng_msg_free.3#,nng_msg_free()>>` function. In addition there are other functions used to access message contents, |
