Module: sip-router
Branch: master
Commit: 93a0a29f445a21a1397bd9ce6b34563fbf889fd2
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=93a0a29f445a21a1397bd9ce6b34563fbf889fd2

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date:   Mon Apr 14 14:31:53 2014 +0200

async: fixed type in the title of async_route() example

---

 modules/async/README              |    4 ++--
 modules/async/doc/async_admin.xml |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/async/README b/modules/async/README
index 3dd83a0..deb5748 100644
--- a/modules/async/README
+++ b/modules/async/README
@@ -36,7 +36,7 @@ Daniel-Constantin Mierla
    List of Examples
 
    1.1. Set workers parameter
-   1.2. async_sleep usage
+   1.2. async_route usage
    1.3. async_sleep usage
    1.4. async_task_route usage
 
@@ -133,7 +133,7 @@ modparam("async", "workers", 2)
 
    This function can be used from REQUEST_ROUTE.
 
-   Example 1.2. async_sleep usage
+   Example 1.2. async_route usage
 ...
 async_route("RESUME", "4");
 ...
diff --git a/modules/async/doc/async_admin.xml 
b/modules/async/doc/async_admin.xml
index 8556fd2..6ca0f20 100644
--- a/modules/async/doc/async_admin.xml
+++ b/modules/async/doc/async_admin.xml
@@ -119,7 +119,7 @@ modparam("async", "workers", 2)
                This function can be used from REQUEST_ROUTE.
                </para>
                <example>
-               <title><function>async_sleep</function> usage</title>
+               <title><function>async_route</function> usage</title>
                <programlisting format="linespecific">
 ...
 async_route("RESUME", "4");


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to