Skip to content

Commit

Permalink
clusterer docs: fix prototype for clusterer_check_addr()
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Nov 20, 2020
1 parent 9584bd8 commit 401deb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/clusterer/doc/clusterer_admin.xml
Expand Up @@ -707,14 +707,14 @@ cluster_broadcast_req("$var(cl_id)", "$var(share_data)");

<section id="func_cluster_check_addr" xreflabel="cluster_check_addr()">
<title>
<function moreinfo="none">cluster_check_addr(cluster_id, ip, addr_type)</function>
<function moreinfo="none">cluster_check_addr(cluster_id, ip[, addr_type])</function>
</title>
<para>
This function checks whether the given IP address belongs
to one of the nodes in the cluster.
</para>
<para>The <emphasis>addr_type</emphasis> parameter can be set
to in order to select the address of the node that the comparison
in order to select the address of the node that the comparison
is made against, with the possible values of:</para>
<itemizedlist>
<listitem>
Expand Down

0 comments on commit 401deb2

Please sign in to comment.