aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-20 16:30:18 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-20 16:30:18 +0000
commit53d10e6e6c0e90b95af36d146fb9e53203d3063d (patch)
tree63849414930fd610dc604b86b7c396bce4c7f37c /main
parentf0d7165fb88ab623bc22849e42e2decb8c8b4246 (diff)
Change references to doc/channelvariables.txt to
doc/tex/channelvariables.tex. This issue came up on the asterisk-dev mailing list. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@124278 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/ast_expr2.fl2
-rw-r--r--main/ast_expr2f.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl
index c926913e8..f446606f0 100644
--- a/main/ast_expr2.fl
+++ b/main/ast_expr2.fl
@@ -438,7 +438,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
#endif
#ifndef STANDALONE
- ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex in the asterisk source.\n");
#endif
free(s2);
return(0);
diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c
index 8d88ec008..2ba568d82 100644
--- a/main/ast_expr2f.c
+++ b/main/ast_expr2f.c
@@ -4295,7 +4295,7 @@ int ast_yyerror (const char *s, yyltype *loc, struct parse_io *parseio )
(extra_error_message_supplied?extra_error_message:""), s2, parseio->string,spacebuf2);
#endif
#ifndef STANDALONE
- ast_log(LOG_WARNING,"If you have questions, please refer to doc/channelvariables.txt in the asterisk source.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex in the asterisk source.\n");
#endif
free(s2);
return(0);