aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-13 21:58:17 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-13 21:58:17 -0700
commit1f10707dd49b70d316be320cc798d98d0d7e46f6 (patch)
tree545ab4537da1a74efb75f59eb79de7ae8b6b780a /docs/man/libnng.3.adoc
parentb5ed36cabc3ffd16953665642a7bac6738c90ee8 (diff)
downloadnng-1f10707dd49b70d316be320cc798d98d0d7e46f6.tar.gz
nng-1f10707dd49b70d316be320cc798d98d0d7e46f6.tar.bz2
nng-1f10707dd49b70d316be320cc798d98d0d7e46f6.zip
docs: nng_msg_pipe converted to mdbook
Diffstat (limited to 'docs/man/libnng.3.adoc')
-rw-r--r--docs/man/libnng.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index 7f1850cc..7187446b 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -106,12 +106,12 @@ Most applications will only interact with the 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_get_pipe.3.adoc[nng_msg_get_pipe()]|get pipe for 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_set_pipe.3.adoc[nng_msg_set_pipe()]|set pipe for message
+// |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
|xref:nng_sendmsg.3.adoc[nng_sendmsg()]|send a message