Module: sip-router Branch: master Commit: 7f5b6c26d4bf1f50b1890d177121f4c4fd65428c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7f5b6c26...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Wed Feb 6 23:39:27 2013 -0500
xhttp_pi: documentation updates
---
modules/xhttp_pi/README | 4 ++-- modules/xhttp_pi/doc/xhttp_pi_admin.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/xhttp_pi/README b/modules/xhttp_pi/README index 9381257..0bf12d4 100644 --- a/modules/xhttp_pi/README +++ b/modules/xhttp_pi/README @@ -260,8 +260,8 @@ modparam("xhttp_pi", "xhttp_pi_root", "pi")
6.2. xhttp_pi_buf_size (int)
- It specifies the maximum length of the buffer used to write in the HTML - reply information in order to build the HTML response. + It specifies the maximum length of the buffer (in bytes) used to write + in the HTML reply information in order to build the HTML response.
Default value is 0 (auto set to 1/3 of the size of the configured pkg mem). diff --git a/modules/xhttp_pi/doc/xhttp_pi_admin.xml b/modules/xhttp_pi/doc/xhttp_pi_admin.xml index 4b7475e..4c8c841 100644 --- a/modules/xhttp_pi/doc/xhttp_pi_admin.xml +++ b/modules/xhttp_pi/doc/xhttp_pi_admin.xml @@ -301,7 +301,7 @@ modparam("xhttp_pi", "xhttp_pi_root", "pi") <section> <title><varname>xhttp_pi_buf_size</varname> (int)</title> <para> - It specifies the maximum length of the buffer used + It specifies the maximum length of the buffer (in bytes) used to write in the HTML reply information in order to build the HTML response. </para>