more cleanups to application descriptions

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-11-11 13:34:38 +00:00
parent 91b616c9ba
commit 78d740290a
7 changed files with 175 additions and 126 deletions

View File

@@ -48,10 +48,14 @@ static char *app = "Curl";
static char *synopsis = "Load an external URL";
static char *descrip =
" Curl(URL[|postdata]): Requests the URL. Mainly used for signalling\n"
"external applications of an event. Curl will fail on fatal errors. \n"
"Argument specified treated as POST data. Also sets CURL variable with the\n"
"resulting page.\n";
" Curl(URL[|postdata]): This application will request the specified URL.\n"
"It is mainly used for signalling external applications of an event.\n"
"Parameters:\n"
" URL - This is the external URL to request.\n"
" postdata - This information will be treated as POST data.\n"
"This application will set the following variable:\n"
" CURL - This variable will contain the resulting page.\n"
"This application has been deprecated in favor of the CURL function.\n";
STANDARD_LOCAL_USER;