[asterisk-commits] lmadsen: branch 1.6.2 r253346 - in /branches/1.6.2: ./ apps/app_userevent.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 18 12:54:25 CDT 2010
Author: lmadsen
Date: Thu Mar 18 12:54:21 2010
New Revision: 253346
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253346
Log:
Merged revisions 253345 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r253345 | lmadsen | 2010-03-18 12:52:35 -0500 (Thu, 18 Mar 2010) | 7 lines
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:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_userevent.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_userevent.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_userevent.c?view=diff&rev=253346&r1=253345&r2=253346
==============================================================================
--- branches/1.6.2/apps/app_userevent.c (original)
+++ branches/1.6.2/apps/app_userevent.c Thu Mar 18 12:54:21 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 asterisk-commits
mailing list