Переглянути джерело

mi_rpc Change "sercmd" to "kamcmd" in docs

Olle E. Johansson 10 роки тому
батько
коміт
52d88ef0f0
2 змінених файлів з 6 додано та 6 видалено
  1. 3 3
      modules/mi_rpc/README
  2. 3 3
      modules/mi_rpc/doc/mi_rpc_admin.xml

+ 3 - 3
modules/mi_rpc/README

@@ -119,7 +119,7 @@ modparam("mi_rpc","rpc_url","tcp:localhost:2046")
    Depending on the version (e.g. mi, mi_dg) it formats the output in a
    similar way to the corresponding kamailio mi module:
      * mi - uses a special, "pretty" format which generates nicer (more
-       readable) output when used with sercmd.
+       readable) output when used with kamcmd.
      * mi_dg - uses an output format similar to the kamailio mi_datagram
        module.
      * mi_fifo - uses an output format similar to the kamailio mi_fifo
@@ -135,8 +135,8 @@ modparam("mi_rpc","rpc_url","tcp:localhost:2046")
 
    _parameters_ - the MI command parameters (optional).
 
-   Example using 'sercmd':
-sercmd> mi uptime
+   Example using 'kamcmd':
+kamcmd> mi uptime
 Now:: Thu Sep 24 18:17:15 2009
 Up since:: Thu Sep 24 17:35:45 2009
 Up time:: 2490 [sec]

+ 3 - 3
modules/mi_rpc/doc/mi_rpc_admin.xml

@@ -96,7 +96,7 @@ modparam("mi_rpc","rpc_url","tcp:localhost:2046")
 			<listitem>
 				<function>mi</function> - uses a special, "pretty" format
 				which generates nicer (more readable) output when used with
-				sercmd.
+				kamcmd.
 			</listitem>
 			<listitem>
 				<function>mi_dg</function> - uses an output format similar to
@@ -125,10 +125,10 @@ modparam("mi_rpc","rpc_url","tcp:localhost:2046")
 			(optional).
 		</para>
  		<para>
-		Example using 'sercmd':
+		Example using 'kamcmd':
 		</para>
 		<programlisting  format="linespecific">
-sercmd> mi uptime
+kamcmd> mi uptime
 Now:: Thu Sep 24 18:17:15 2009
 Up since:: Thu Sep 24 17:35:45 2009
 Up time:: 2490 [sec]