aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_msg.5.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_msg.5.adoc')
-rw-r--r--docs/man/nng_msg.5.adoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/man/nng_msg.5.adoc b/docs/man/nng_msg.5.adoc
index 61332fd7..6244116d 100644
--- a/docs/man/nng_msg.5.adoc
+++ b/docs/man/nng_msg.5.adoc
@@ -30,9 +30,8 @@ Messages internally have a ((body)), containing the application supplied
payload, and a ((header)), containing protocol specific routing and similar
related information.
-TIP: Using the message-oriented functions in the xref:nng.7.adoc[_nng_] API is
-a good way to reduce the likelihood of data copies and improve application
-performance.
+TIP: Using message-oriented functions is a good way to reduce the likelihood
+of data copies and improve application performance.
Messages are allocated using the xref:nng_msg_alloc.3.adoc[`nng_msg_alloc()`]
function, and are deallocated using the xref:nng_msg_free.3.adoc[`nng_msg_free()`]