aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-18 17:52:35 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-18 17:52:35 +0000
commita7c2c9a537e1dba03c81737773f649437417eac4 (patch)
tree988a9ab5c29275053c08f6e6997ee6b4fa0c265b /apps
parentb8a852910e6e3f852395212ce2fbf604904873a9 (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: http://svn.digium.com/svn/asterisk/trunk@253345 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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>