From 551fbf50077c25bbd0773c073c3b7fd412ee324a Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 2 Jan 2007 17:04:08 +0000 Subject: [PATCH] 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 --- funcs/func_math.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.47.2