Browse Source

path: fixed the name of the parameter in enable_r2 example

Daniel-Constantin Mierla 8 years ago
parent
commit
43f91aa76f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/modules/path/doc/path_admin.xml

+ 2 - 2
src/modules/path/doc/path_admin.xml

@@ -192,10 +192,10 @@ modparam("path", "received_format", 1)
 		</emphasis>
 		</para>
 		<example>
-		<title>Set <varname>use_received</varname> parameter</title>
+		<title>Set <varname>enable_r2</varname> parameter</title>
 		<programlisting format="linespecific">
 ...
-modparam("path", "use_received", 1)
+modparam("path", "enable_r2", 1)
 ...
 </programlisting>
 		</example>