diff --git a/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml b/src/modules/xhttp_prom/doc/xhttp_prom_admin.xml index 91ba012f3cb..c098f2d382b 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 @@ Set <varname>xhttp_prom_buf_size</varname> parameter ... -modparam("xhttp", "xhttp_prom_buf_size", 1024) +modparam("xhttp_prom", "xhttp_prom_buf_size", 1024) ... @@ -122,7 +122,7 @@ modparam("xhttp", "xhttp_prom_buf_size", 1024) ... # Set timeout to 10 hours -modparam("xhttp", "xhttp_prom_timeout", 600) +modparam("xhttp_prom", "xhttp_prom_timeout", 600) ...