aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_math.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-02 17:04:08 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-02 17:04:08 +0000
commit97e1dede969b30cebb7643db1b2ef7f1fe469de4 (patch)
treeebd112b693198f918c73a28335ea70db78b4a134 /funcs/func_math.c
parent5d5fcafd6b65494d87cb2e05534920417b1cad87 (diff)
Tweak description text to match new functionality (Issue 7959)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49187 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_math.c')
-rw-r--r--funcs/func_math.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/funcs/func_math.c b/funcs/func_math.c
index b5ad4358f..b06a6b2f6 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -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"