From: Leif Madsen Date: Thu, 18 Mar 2010 17:56:18 +0000 (+0000) Subject: Slightly different fix for UserEvent docs update. X-Git-Tag: 1.6.1.19-rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd2ece1b9024aded05724ba65cbc30e09a0f476;p=thirdparty%2Fasterisk.git Slightly different fix for UserEvent docs update. (issue #16961) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@253347 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_userevent.c b/apps/app_userevent.c index c7abd3dfed..90afbc83e6 100644 --- a/apps/app_userevent.c +++ b/apps/app_userevent.c @@ -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"