summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
};