[sr-dev] git:5.4:e8ef3c2b: xhttp_prom: fixed typo in the documentation [skip ci]

Victor Seva linuxmaniac at torreviejawireless.org
Fri Jul 17 15:10:44 CEST 2020


Module: kamailio
Branch: 5.4
Commit: e8ef3c2bb57c3c35ca023d3b01577435f7b80529
URL: https://github.com/kamailio/kamailio/commit/e8ef3c2bb57c3c35ca023d3b01577435f7b80529

Author: Marat Gareev <maratkin94 at gmail.com>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2020-07-17T15:10:21+02:00

xhttp_prom: fixed typo in the documentation [skip ci]

(cherry picked from commit fbfc720a82ed2e6c537fd7fa36b913cf079123ae)

---

Modified: src/modules/xhttp_prom/doc/xhttp_prom_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/e8ef3c2bb57c3c35ca023d3b01577435f7b80529.diff
Patch: https://github.com/kamailio/kamailio/commit/e8ef3c2bb57c3c35ca023d3b01577435f7b80529.patch

---

diff --git a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
index 91ba012f3c..c098f2d382 100644
--- a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml
+++ b/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>




More information about the sr-dev mailing list