Skip to content

Commit

Permalink
Fix docs - replace "flags_col" with "state_col".
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Jun 18, 2014
1 parent 9a37842 commit 3e71b9b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/dispatcher/doc/dispatcher_admin.xml
Expand Up @@ -526,7 +526,7 @@ modparam("dispatcher", "sock_avp", "$avp(275)")
<title>Set the <quote>pvar_algo_pattern</quote> parameter</title>
<programlisting format="linespecific">
...
modparam("dispatcher", "sock_avp", "$stat(load_%u)")
modparam("dispatcher", "pvar_algo_pattern", "$stat(load_%u)")
...
</programlisting>
</example>
Expand Down Expand Up @@ -596,21 +596,21 @@ modparam("dispatcher", "destination_col", "uri")
</section>

<section>
<title><varname>flags_col</varname> (string)</title>
<title><varname>state_col</varname> (string)</title>
<para>
The column's name in the database storing the flags for
The column's name in the database storing the state of the
destination uri.
</para>
<para>
<emphasis>
Default value is <quote>flags</quote>.
Default value is <quote>state</quote>.
</emphasis>
</para>
<example>
<title>Set <quote>flags_col</quote> parameter</title>
<title>Set <quote>state_col</quote> parameter</title>
<programlisting format="linespecific">
...
modparam("dispatcher", "flags_col", "dstflags")
modparam("dispatcher", "state_col", "dststate")
...
</programlisting>
</example>
Expand Down

0 comments on commit 3e71b9b

Please sign in to comment.