Skip to content

Commit

Permalink
lcr: fix documentation
Browse files Browse the repository at this point in the history
'dont_strip_or_tag_flag' module parameter was renamed to
'dont_strip_or_prefix_flag' at 8c0501b.

(cherry picked from commit 078fc57)
  • Loading branch information
linuxmaniac committed Jan 17, 2017
1 parent a311e9c commit ac85fc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/lcr/doc/lcr_admin.xml
Expand Up @@ -84,7 +84,7 @@
<para>
The function <emphasis>next_gw()</emphasis> can then be used to
select one gateway at a
time for forwarding. Upon each call, unless "dont_strip_or_tag_flag"
time for forwarding. Upon each call, unless "dont_strip_or_prefix_flag"
flag is set, user part of the original Request-URI is first
stripped by the number of characters as specified by the
gateway's strip count and then prefixed by
Expand Down Expand Up @@ -946,7 +946,7 @@ modparam("lcr", "lcr_gw_count", 1024)
</section>

<section>
<title><varname>dont_strip_or_tag_flag</varname> (integer)</title>
<title><varname>dont_strip_or_prefix_flag</varname> (integer)</title>
<para>
Defines the flag number used to tell if stripping and
tagging is done for the selected gateway.
Expand All @@ -959,12 +959,12 @@ modparam("lcr", "lcr_gw_count", 1024)
</para>
<example>
<title>
Setting <varname>dont_strip_or_tag_flag</varname> module
Setting <varname>dont_strip_or_prefix_flag</varname> module
parameter
</title>
<programlisting format="linespecific">
...
modparam("lcr", "dont_strip_or_tag_flag", 10)
modparam("lcr", "dont_strip_or_prefix_flag", 10)
...
</programlisting>
</example>
Expand Down

0 comments on commit ac85fc2

Please sign in to comment.