Module: sip-router Branch: 4.0 Commit: 6b0d759f0dabf36c529c6c7d22c8333e7a8731e1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6b0d759f...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Jun 11 18:39:31 2013 +0200
registrar: fixed typo in example of xavp_rcd parameter (cherry picked from commit c228851e068a080050c79107c760f8ab5ffae967)
---
modules/registrar/doc/registrar_admin.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/registrar/doc/registrar_admin.xml b/modules/registrar/doc/registrar_admin.xml index cb55218..772957c 100644 --- a/modules/registrar/doc/registrar_admin.xml +++ b/modules/registrar/doc/registrar_admin.xml @@ -689,7 +689,7 @@ modparam("registrar", "xavp_cfg", "reg") <title>Set <varname>xavp_rcd</varname> parameter</title> <programlisting format="linespecific"> ... -modparam("registrar", "xavp_cfg", "ulrcd") +modparam("registrar", "xavp_rcd", "ulrcd") ... </programlisting> </example>