Skip to content

Commit

Permalink
corex: fix parameter min_msg_len documentation. Closes: #65
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Feb 4, 2015
1 parent ea16d3c commit f314519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/corex/doc/corex_admin.xml
Expand Up @@ -119,7 +119,7 @@ modparam("corex", "network_io_intercept", 1)
</example>
</section>
<section>
<title><varname>msg_min_len</varname> (int)</title>
<title><varname>min_msg_len</varname> (int)</title>
<para>
Minimum content length of the packet to execute the event_route[network:msg].
This only works if network_io_intercept parameter is set to non-zero.
Expand All @@ -130,10 +130,10 @@ modparam("corex", "network_io_intercept", 1)
</emphasis>
</para>
<example>
<title>Set <varname>msg_min_len</varname> parameter</title>
<title>Set <varname>min_msg_len</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("corex", "msg_min_len", 32)
modparam("corex", "min_msg_len", 32)
...
</programlisting>
</example>
Expand Down

0 comments on commit f314519

Please sign in to comment.