summaryrefslogtreecommitdiff
path: root/apps/app_userevent.c
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-03-18 17:52:35 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-03-18 17:52:35 +0000
commit4e53643fd4a0a5f1ffe9dd5f5a244dd89110aa5b (patch)
tree988a9ab5c29275053c08f6e6997ee6b4fa0c265b /apps/app_userevent.c
parent5200b6e81e298afa48306c69771a906890d640f3 (diff)
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/trunk@253345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_userevent.c')
-rw-r--r--apps/app_userevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_userevent.c b/apps/app_userevent.c
index 092f22f25..f149d8524 100644
--- a/apps/app_userevent.c
+++ b/apps/app_userevent.c
@@ -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>