aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-12 11:36:52 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-12 11:36:52 -0700
commitf26952c3bcbc83358e3a69d5d2e613f61fd657e1 (patch)
treeafbbe30788e933169bb3779e6cecd694e5537f2a /docs/man/libnng.3.adoc
parent522293fc3c121af6189bdca0b4285c03118d9cd6 (diff)
downloadnng-f26952c3bcbc83358e3a69d5d2e613f61fd657e1.tar.gz
nng-f26952c3bcbc83358e3a69d5d2e613f61fd657e1.tar.bz2
nng-f26952c3bcbc83358e3a69d5d2e613f61fd657e1.zip
nng_msg docs converted to mdbook
We're moving to fewer man pages, with related functions grouped together in the same man page, and this continues the trend.
Diffstat (limited to 'docs/man/libnng.3.adoc')
-rw-r--r--docs/man/libnng.3.adoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index e6a0da4b..e13ddf0b 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -98,19 +98,19 @@ user-payload and the header carries protocol specific header information.
Most applications will only interact with the body.
|===
-|xref:nng_msg_alloc.3.adoc[nng_msg_alloc()]|allocate a message
+// |xref:nng_msg_alloc.3.adoc[nng_msg_alloc()]|allocate a message
|xref:nng_msg_append.3.adoc[nng_msg_append()]|append to message body
|xref:nng_msg_body.3.adoc[nng_msg_body()]|return message body
-|xref:nng_msg_capacity.3.adoc[nng_msg_capacity()]|return capacity allocated for message body
+// |xref:nng_msg_capacity.3.adoc[nng_msg_capacity()]|return capacity allocated for message body
|xref:nng_msg_chop.3.adoc[nng_msg_chop()]|remove data from end of message body
|xref:nng_msg_clear.3.adoc[nng_msg_clear()]|clear message body
-|xref:nng_msg_dup.3.adoc[nng_msg_dup()]|duplicate a message
-|xref:nng_msg_free.3.adoc[nng_msg_free()]|free a message
+// |xref:nng_msg_dup.3.adoc[nng_msg_dup()]|duplicate a message
+// |xref:nng_msg_free.3.adoc[nng_msg_free()]|free a message
|xref:nng_msg_get_pipe.3.adoc[nng_msg_get_pipe()]|get pipe for message
|xref:nng_msg_insert.3.adoc[nng_msg_insert()]|prepend to message body
|xref:nng_msg_len.3.adoc[nng_msg_len()]|return the message body length
-|xref:nng_msg_realloc.3.adoc[nng_msg_realloc()]|reallocate a message
-|xref:nng_msg_reserve.3.adoc[nng_msg_reserve()]|reserve storage for message body
+// |xref:nng_msg_realloc.3.adoc[nng_msg_realloc()]|reallocate a message
+// |xref:nng_msg_reserve.3.adoc[nng_msg_reserve()]|reserve storage for message body
|xref:nng_msg_set_pipe.3.adoc[nng_msg_set_pipe()]|set pipe for message
|xref:nng_msg_trim.3.adoc[nng_msg_trim()]|remove data from start of message body
|xref:nng_recvmsg.3.adoc[nng_recvmsg()]|receive a message