[svn-commits] lmadsen: branch 1.6.1 r253347 - /branches/1.6.1/apps/app_userevent.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 18 12:56:22 CDT 2010


Author: lmadsen
Date: Thu Mar 18 12:56:18 2010
New Revision: 253347

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253347
Log:
Slightly different fix for UserEvent docs update.

(issue #16961)

Modified:
    branches/1.6.1/apps/app_userevent.c

Modified: branches/1.6.1/apps/app_userevent.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/apps/app_userevent.c?view=diff&rev=253347&r1=253346&r2=253347
==============================================================================
--- branches/1.6.1/apps/app_userevent.c (original)
+++ branches/1.6.1/apps/app_userevent.c Thu Mar 18 12:56:18 2010
@@ -37,7 +37,7 @@
 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"




More information about the svn-commits mailing list