From: Tilghman Lesher Date: Sat, 12 May 2007 19:38:03 +0000 (+0000) Subject: Issue 9716 - doc/enum.txt no longer exists in trunk X-Git-Tag: 1.6.0-beta1~3^2~2696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4de7397067fcca973026ff7c8288f8cb3f8fe6a;p=thirdparty%2Fasterisk.git Issue 9716 - doc/enum.txt no longer exists in trunk git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64072 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_enum.c b/funcs/func_enum.c index 8ef0f50b76..e735eb3837 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, };