From fbfc720a82ed2e6c537fd7fa36b913cf079123ae Mon Sep 17 00:00:00 2001 From: Marat Gareev Date: Fri, 17 Jul 2020 15:22:33 +0300 Subject: [PATCH] xhttp_prom: fixed typo in the documentation --- src/modules/xhttp_prom/doc/xhttp_prom_admin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ...