From c9229d66136f41fda0082585c4a73baf503b2c2b Mon Sep 17 00:00:00 2001 From: Sam Ware Date: Sat, 11 Jan 2020 14:24:37 -0600 Subject: [PATCH] xhttp_rpc: documentation correction - The documentation in the README file had the wrong module name in the modparam in the example for the xhttp_rpc_buf_size parameter. Corrected this in section 4.2. --- src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml b/src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml index bffbe60530b..56ef5f347a6 100644 --- a/src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml +++ b/src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml @@ -125,7 +125,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc") Set <varname>xhttp_rpc_buf_size</varname> parameter ... -modparam("xhttp", "xhttp_rpc_buf_size", 1024) +modparam("xhttp_rpc", "xhttp_rpc_buf_size", 1024) ...