Bladeren bron

lcr: fix documentation

'dont_strip_or_tag_flag' module parameter was renamed to
'dont_strip_or_prefix_flag' at 8c0501bfaa27acab9721953e8c1551687c96edf2.
Victor Seva 8 jaren geleden
bovenliggende
commit
389f9670d4
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      src/modules/lcr/doc/lcr_admin.xml

+ 4 - 4
src/modules/lcr/doc/lcr_admin.xml

@@ -99,7 +99,7 @@
 	<para>
 	<para>
         The function <emphasis>next_gw()</emphasis> can then be used to
         The function <emphasis>next_gw()</emphasis> can then be used to
 	select one gateway at a 
 	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  
 	flag is set, user part of the original Request-URI is first  
 	stripped by the number of characters as specified by the
 	stripped by the number of characters as specified by the
 	gateway's strip count and then prefixed by 
 	gateway's strip count and then prefixed by 
@@ -961,7 +961,7 @@ modparam("lcr", "lcr_gw_count", 1024)
 	</section>
 	</section>
 
 
 	<section>
 	<section>
-		<title><varname>dont_strip_or_tag_flag</varname> (integer)</title>
+		<title><varname>dont_strip_or_prefix_flag</varname> (integer)</title>
 		<para>
 		<para>
 		Defines the flag number used to tell if stripping and
 		Defines the flag number used to tell if stripping and
 		tagging is done for the selected gateway.
 		tagging is done for the selected gateway.
@@ -974,12 +974,12 @@ modparam("lcr", "lcr_gw_count", 1024)
 		</para>
 		</para>
 		<example>
 		<example>
 		<title>
 		<title>
-		Setting <varname>dont_strip_or_tag_flag</varname> module
+		Setting <varname>dont_strip_or_prefix_flag</varname> module
 		parameter
 		parameter
 		</title>
 		</title>
 		<programlisting format="linespecific">
 		<programlisting format="linespecific">
 ...
 ...
-modparam("lcr", "dont_strip_or_tag_flag", 10)
+modparam("lcr", "dont_strip_or_prefix_flag", 10)
 ...
 ...
 </programlisting>
 </programlisting>
                 </example>
                 </example>