Skip to content
Snippets Groups Projects
Commit 551fbf50 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

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
parent 29058da3
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment