Skip to content

Commit

Permalink
dmq: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 22bc428 commit c2ca6be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/modules/dmq/doc/dmq.xml
Expand Up @@ -57,10 +57,10 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="dmq_admin.xml"/>
<xi:include href="dmq_devel.xml"/>

</book>


8 changes: 4 additions & 4 deletions src/modules/dmq/doc/dmq_devel.xml
Expand Up @@ -20,7 +20,7 @@
<function moreinfo="none">dmq_load_api(dmq_api_t* api)</function>
</title>
<para>
This function binds the DMQ module and fills the structure
This function binds the DMQ module and fills the structure
with the exported functions below.
</para>

Expand All @@ -43,7 +43,7 @@ typedef struct dmq_api {
<function moreinfo="none">register_dmq_peer(dmq_peer_t* peer)</function>
</title>
<para>
Registers an entity as a DMQ peer which permits receiving/sending
Registers an entity as a DMQ peer which permits receiving/sending
messages between nodes which support the same peer.
</para>

Expand All @@ -63,10 +63,10 @@ typedef struct dmq_api {
dmq_resp_cback_t* resp_cback, int max_forwards, str* content_type)</function>
</title>
<para>
Broadcast a DMQ message to all nodes in the DMQ bus excluding self,
Broadcast a DMQ message to all nodes in the DMQ bus excluding self,
inactive nodes and "except" if specified.
</para>

<example>
<title><function>bcast_message</function> usage</title>
<programlisting format="linespecific">
Expand Down

0 comments on commit c2ca6be

Please sign in to comment.