]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Slightly different fix for UserEvent docs update.
authorLeif Madsen <leif@leifmadsen.com>
Thu, 18 Mar 2010 17:56:56 +0000 (17:56 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Thu, 18 Mar 2010 17:56:56 +0000 (17:56 +0000)
(issue #16961)

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

apps/app_userevent.c

index c7abd3dfed5dd45959058415f2560f969f59798d..90afbc83e6c055af1080979ebb05259ed73e117f 100644 (file)
@@ -37,7 +37,7 @@ static char *synopsis = "Send an arbitrary event to the manager interface";
 static char *descrip = 
 "  UserEvent(eventname[,body]): Sends an arbitrary event to the manager\n"
 "interface, with an optional body representing additional arguments.  The\n"
-"body may be specified as a | delimeted list of headers. Each additional\n"
+"body may be specified as a comma (,) delimited list of headers. Each additional\n"
 "argument will be placed on a new line in the event. The format of the\n"
 "event will be:\n"
 "    Event: UserEvent\n"