소스 검색

xhttp_prom: fixed typo in the documentation [skip ci]

(cherry picked from commit fbfc720a82ed2e6c537fd7fa36b913cf079123ae)
Marat Gareev 5 년 전
부모
커밋
e8ef3c2bb5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/xhttp_prom/doc/xhttp_prom_admin.xml

+ 2 - 2
src/modules/xhttp_prom/doc/xhttp_prom_admin.xml

@@ -101,7 +101,7 @@
 		<title>Set <varname>xhttp_prom_buf_size</varname> parameter</title>
 		<title>Set <varname>xhttp_prom_buf_size</varname> parameter</title>
 		<programlisting format="linespecific">
 		<programlisting format="linespecific">
 ...
 ...
-modparam("xhttp", "xhttp_prom_buf_size", 1024)
+modparam("xhttp_prom", "xhttp_prom_buf_size", 1024)
 ...
 ...
 		</programlisting>
 		</programlisting>
 	  </example>
 	  </example>
@@ -122,7 +122,7 @@ modparam("xhttp", "xhttp_prom_buf_size", 1024)
 		<programlisting format="linespecific">
 		<programlisting format="linespecific">
 ...
 ...
 # Set timeout to 10 hours		  
 # Set timeout to 10 hours		  
-modparam("xhttp", "xhttp_prom_timeout", 600)
+modparam("xhttp_prom", "xhttp_prom_timeout", 600)
 ...
 ...
 		</programlisting>
 		</programlisting>
 	  </example>
 	  </example>