From: Tilghman Lesher Date: Tue, 2 Jan 2007 17:04:08 +0000 (+0000) Subject: Tweak description text to match new functionality (Issue 7959) X-Git-Tag: 1.6.0-beta1~3^2~3578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551fbf50077c25bbd0773c073c3b7fd412ee324a;p=thirdparty%2Fasterisk.git 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 --- 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"