]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 253345 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Thu, 18 Mar 2010 17:54:21 +0000 (17:54 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Thu, 18 Mar 2010 17:54:21 +0000 (17:54 +0000)
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
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@253346 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_userevent.c

index f716ccba6f665407ebe6ef1f19aa8c7bdf930f64..0320ebdd469339637193d0c1776fced5cf927d39 100644 (file)
@@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
                        <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>