mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
fix a typo and a very minor formatting change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39753 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
* \author Anthony Minessale anthmct@yahoo.com
|
* \author Anthony Minessale anthmct@yahoo.com
|
||||||
*
|
*
|
||||||
* \note Development of this app Sponsered/Funded by TAAN Softworks Corp
|
* \note Development of this app Sponsored/Funded by TAAN Softworks Corp
|
||||||
*
|
*
|
||||||
* \ingroup applications
|
* \ingroup applications
|
||||||
*/
|
*/
|
||||||
@@ -48,8 +48,7 @@ static char *synopsis =
|
|||||||
static char *descrip =
|
static char *descrip =
|
||||||
" ForkCDR([options]): Causes the Call Data Record to fork an additional\n"
|
" ForkCDR([options]): Causes the Call Data Record to fork an additional\n"
|
||||||
"cdr record starting from the time of the fork call\n"
|
"cdr record starting from the time of the fork call\n"
|
||||||
"If the option 'v' is passed all cdr variables will be passed along also.\n"
|
"If the option 'v' is passed all cdr variables will be passed along also.\n";
|
||||||
"";
|
|
||||||
|
|
||||||
LOCAL_USER_DECL;
|
LOCAL_USER_DECL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user