Kaynağa Gözat

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.

(cherry picked from commit c9229d66136f41fda0082585c4a73baf503b2c2b)
Sam Ware 5 yıl önce
ebeveyn
işleme
7189b5cf87
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml

+ 1 - 1
src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml

@@ -125,7 +125,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc")
 		<title>Set <varname>xhttp_rpc_buf_size</varname> parameter</title>
 		<programlisting format="linespecific">
 ...
-modparam("xhttp", "xhttp_rpc_buf_size", 1024)
+modparam("xhttp_rpc", "xhttp_rpc_buf_size", 1024)
 ...
 </programlisting>
 		</example>