aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_msg.5.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-06-18 20:31:18 -0700
committerGarrett D'Amore <garrett@damore.org>2020-06-18 20:31:18 -0700
commitd0ac83e34bde86e1fa888677adf7c99217e3205a (patch)
tree21230060fa8d72fbebda5cf4b55c37bd3437ec1b /docs/man/nng_msg.5.adoc
parentdbc61a5038cacc516a49d00a59a669e2617cff51 (diff)
downloadnng-d0ac83e34bde86e1fa888677adf7c99217e3205a.tar.gz
nng-d0ac83e34bde86e1fa888677adf7c99217e3205a.tar.bz2
nng-d0ac83e34bde86e1fa888677adf7c99217e3205a.zip
Harmonize the use of NNG in documentation.
NNG is always a noun, never an adjective, and should always be capitalized. We also reduced some unnecessary usages of it.
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()`]