diff --git a/funcs/func_math.c b/funcs/func_math.c index b5ad4358fb..b06a6b2f60 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([,])", - .desc = "Perform calculation on number 1 to number 2. Valid ops are: \n" - " +,-,/,*,%,<,>,>=,<=,==\n" + .syntax = "MATH([,])", + .desc = "Perform calculation on number1 to number2. Valid ops are: \n" + " +,-,/,*,%,<<,>>,^,<,>,>=,<=,==\n" "and behave as their C equivalents.\n" " - wanted type of result:\n" " f, float - float(default)\n"