Skip to content

Commit

Permalink
nng message header converted to mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 12, 2024
1 parent f26952c commit 11c33cd
Show file tree
Hide file tree
Showing 12 changed files with 122 additions and 396 deletions.
14 changes: 7 additions & 7 deletions docs/man/libnng.3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,20 @@ Most applications will only interact with the body.

|===
// |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_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_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_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_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_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_trim.3.adoc[nng_msg_trim()]|remove data from start of message body
// |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
|===
Expand Down
58 changes: 0 additions & 58 deletions docs/man/nng_msg_append.3.adoc

This file was deleted.

62 changes: 0 additions & 62 deletions docs/man/nng_msg_body.3.adoc

This file was deleted.

61 changes: 0 additions & 61 deletions docs/man/nng_msg_chop.3.adoc

This file was deleted.

41 changes: 0 additions & 41 deletions docs/man/nng_msg_clear.3.adoc

This file was deleted.

63 changes: 0 additions & 63 deletions docs/man/nng_msg_insert.3.adoc

This file was deleted.

43 changes: 0 additions & 43 deletions docs/man/nng_msg_len.3.adoc

This file was deleted.

Loading

0 comments on commit 11c33cd

Please sign in to comment.