summaryrefslogtreecommitdiff
path: root/funcs/func_enum.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-03-12 17:27:57 +0000
committerOlle Johansson <oej@edvina.net>2006-03-12 17:27:57 +0000
commitd61a6c9a1ce13703ae4c8f6226129d9acdec43d6 (patch)
treee0693e78098fede01f8701a31ce1f865428d9451 /funcs/func_enum.c
parent3b67da13622247e18e261795ef8f90d2cebe087b (diff)
README files have changed names, better change references too :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_enum.c')
-rw-r--r--funcs/func_enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_enum.c b/funcs/func_enum.c
index 2713b2451..7cd73c750 100644
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -124,7 +124,7 @@ static struct ast_custom_function enum_function = {
"Option 'c' returns an integer count of the number of NAPTRs of a certain RR type.\n"
"Combination of 'c' and Method-type of 'ALL' will return a count of all NAPTRs for the record.\n"
"Defaults are: Method-type=sip, no options, record=1, zone-suffix=e164.arpa\n\n"
- "For more information, see README.enum",
+ "For more information, see doc/enum.txt",
.read = function_enum,
};