From 4e53643fd4a0a5f1ffe9dd5f5a244dd89110aa5b Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Thu, 18 Mar 2010 17:52:35 +0000 Subject: 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 --- apps/app_userevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_userevent.c') 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$") Sends an arbitrary event to the manager interface, with an optional body representing additional arguments. The body may be specified as - a | delimited list of headers. Each additional + a , delimited list of headers. Each additional argument will be placed on a new line in the event. The format of the event will be: Event: UserEvent -- cgit v1.2.3