浏览代码

path: fixed the name of the parameter in enable_r2 example

Daniel-Constantin Mierla 8 年之前
父节点
当前提交
43f91aa76f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>