mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Tweak description text to match new functionality (Issue 7959)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -265,9 +265,9 @@ static int math(struct ast_channel *chan, char *cmd, char *parse,
|
||||
static struct ast_custom_function math_function = {
|
||||
.name = "MATH",
|
||||
.synopsis = "Performs Mathematical Functions",
|
||||
.syntax = "MATH(<number1><op><number 2>[,<type_of_result>])",
|
||||
.desc = "Perform calculation on number 1 to number 2. Valid ops are: \n"
|
||||
" +,-,/,*,%,<,>,>=,<=,==\n"
|
||||
.syntax = "MATH(<number1><op><number2>[,<type_of_result>])",
|
||||
.desc = "Perform calculation on number1 to number2. Valid ops are: \n"
|
||||
" +,-,/,*,%,<<,>>,^,<,>,>=,<=,==\n"
|
||||
"and behave as their C equivalents.\n"
|
||||
"<type_of_result> - wanted type of result:\n"
|
||||
" f, float - float(default)\n"
|
||||
|
Reference in New Issue
Block a user