[sr-dev] git:sr_3.0: reg(k): fix a (probably) copy and paste error

Andrei Pelinescu-Onciul andrei at iptel.org
Wed Mar 17 20:20:00 CET 2010


Module: sip-router
Branch: sr_3.0
Commit: 2f9e34389130495b020d4e1db388507df2fda638
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f9e34389130495b020d4e1db388507df2fda638

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Jan 26 17:50:02 2010 +0100

reg(k): fix a (probably) copy and paste error
(cherry picked from commit bf89ebf74025597c261b5b664e29fe0ab6bcfc25)

---

 modules_k/registrar/README                  |    4 ++--
 modules_k/registrar/doc/registrar_admin.xml |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules_k/registrar/README b/modules_k/registrar/README
index 5344ffc..cbbaf89 100644
--- a/modules_k/registrar/README
+++ b/modules_k/registrar/README
@@ -110,7 +110,7 @@ Bogdan-Andre Iancu
    1.25. registered usage
    1.26. registered usage
    1.27. registered usage
-   1.28. $sht(name) usage
+   1.28. $ulc(name) usage
 
 Chapter 1. Admin Guide
 
@@ -786,7 +786,7 @@ reg_free_contacts("callee");
    The pseudo-variable accepts positive index value to access a specific
    contact record.
 
-   Example 1.28. $sht(name) usage
+   Example 1.28. $ulc(name) usage
 ...
 if(reg_fetch_contacts("location", "$fu", "caller"))
 {
diff --git a/modules_k/registrar/doc/registrar_admin.xml b/modules_k/registrar/doc/registrar_admin.xml
index db28d6a..08bf610 100644
--- a/modules_k/registrar/doc/registrar_admin.xml
+++ b/modules_k/registrar/doc/registrar_admin.xml
@@ -1074,7 +1074,7 @@ reg_free_contacts("callee");
 			</para>
 
 			<example>
-			<title><function moreinfo="none">$sht(name)</function> usage</title>
+			<title><function moreinfo="none">$ulc(name)</function> usage</title>
 <programlisting format="linespecific">
 ...
 if(reg_fetch_contacts("location", "$fu", "caller"))




More information about the sr-dev mailing list