aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_msg_body.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_msg_body.3.adoc')
-rw-r--r--docs/man/nng_msg_body.3.adoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/man/nng_msg_body.3.adoc b/docs/man/nng_msg_body.3.adoc
index 12701b0f..f2de29a2 100644
--- a/docs/man/nng_msg_body.3.adoc
+++ b/docs/man/nng_msg_body.3.adoc
@@ -30,12 +30,12 @@ content of the message _msg_.
NOTE: The value returned by this is invalidated by a call to any of the
functions that modify the message itself.
Such functions are
-<<nng_msg_free.3#,`nng_msg_free()`>>,
-<<nng_msg_realloc.3#,`nng_msg_realloc()`>>,
-any of the <<nng_msg_trim.3#,`nng_msg_trim()`>>,
-<<nng_msg_chop.3#,`nng_msg_chop()`>>,
-<<nng_msg_append.3#,`nng_msg_append()`>>,
-or <<nng_msg_insert.3#,`nng_msg_insert()`>> variants.
+`<<nng_msg_free.3#,nng_msg_free()>>`,
+`<<nng_msg_realloc.3#,nng_msg_realloc()>>`,
+any of the `<<nng_msg_trim.3#,nng_msg_trim()>>`,
+`<<nng_msg_chop.3#,nng_msg_chop()>>`,
+`<<nng_msg_append.3#,nng_msg_append()>>`,
+or `<<nng_msg_insert.3#,nng_msg_insert()>>` variants.
== RETURN VALUES