[svn-commits] lmadsen: trunk r253345 - /trunk/apps/app_userevent.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 18 12:52:39 CDT 2010


Author: lmadsen
Date: Thu Mar 18 12:52:35 2010
New Revision: 253345

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253345
Log:
Change usage of pipe to comma in UserEvent docs.

Change the example usage of pipe as a separator to comma in the UserEvent
documentation.

(closes issue #16961)
Reported by: jlpedrosa

Modified:
    trunk/apps/app_userevent.c

Modified: trunk/apps/app_userevent.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_userevent.c?view=diff&rev=253345&r1=253344&r2=253345
==============================================================================
--- trunk/apps/app_userevent.c (original)
+++ trunk/apps/app_userevent.c Thu Mar 18 12:52:35 2010
@@ -43,7 +43,7 @@
 			<para>Sends an arbitrary event to the manager interface, with an optional
 			<replaceable>body</replaceable> representing additional arguments. The
 			<replaceable>body</replaceable> may be specified as
-			a <literal>|</literal> delimited list of headers. Each additional
+			a <literal>,</literal> delimited list of headers. Each additional
 			argument will be placed on a new line in the event. The format of the
 			event will be:</para>
 			<para>    Event: UserEvent</para>




More information about the svn-commits mailing list