Parcourir la source

xhttp_prom: fixed typo in the documentation [skip ci]

(cherry picked from commit fbfc720a82ed2e6c537fd7fa36b913cf079123ae)
Marat Gareev il y a 5 ans
Parent
commit
e8ef3c2bb5
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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>
 		<programlisting format="linespecific">
 ...
-modparam("xhttp", "xhttp_prom_buf_size", 1024)
+modparam("xhttp_prom", "xhttp_prom_buf_size", 1024)
 ...
 		</programlisting>
 	  </example>
@@ -122,7 +122,7 @@ modparam("xhttp", "xhttp_prom_buf_size", 1024)
 		<programlisting format="linespecific">
 ...
 # Set timeout to 10 hours		  
-modparam("xhttp", "xhttp_prom_timeout", 600)
+modparam("xhttp_prom", "xhttp_prom_timeout", 600)
 ...
 		</programlisting>
 	  </example>