aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_enum.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-12 17:27:57 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-12 17:27:57 +0000
commit566af08e493b66ca7448ebb0561dcad1f062df59 (patch)
treee0693e78098fede01f8701a31ce1f865428d9451 /funcs/func_enum.c
parent7ff02f82f52de9b68b6507db5b0947007896dc72 (diff)
README files have changed names, better change references too :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12572 f38db490-d61c-443f-a65b-d21fe96a405b
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,
};