aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-12 19:38:03 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-12 19:38:03 +0000
commitd8ee9d978c8c19e9a39d3600d5c8bb14dff7ff06 (patch)
treef20a15e486f572de3084bbfde6e1449e2af48a13 /funcs
parentcb4e6696a0f6329d1b2b7467591eb6c8f2deb024 (diff)
Issue 9716 - doc/enum.txt no longer exists in trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64072 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-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 8ef0f50b7..e735eb383 100644
--- a/funcs/func_enum.c
+++ b/funcs/func_enum.c
@@ -130,7 +130,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 doc/enum.txt",
+ "For more information, see doc/asterisk.pdf",
.read = function_enum,
};