From f5ed251dc3bfb53f22fa1080eaa4866864971f40 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 20 Jun 2008 16:31:26 +0000 Subject: [PATCH] Merged revisions 124278 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r124278 | mmichelson | 2008-06-20 11:30:18 -0500 (Fri, 20 Jun 2008) | 6 lines Change references to doc/channelvariables.txt to doc/tex/channelvariables.tex. This issue came up on the asterisk-dev mailing list. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@124279 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/doxyref.h | 2 +- main/ast_expr2.fl | 2 +- main/ast_expr2f.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/asterisk/doxyref.h b/include/asterisk/doxyref.h index 710da354c6..7c3b798d8f 100644 --- a/include/asterisk/doxyref.h +++ b/include/asterisk/doxyref.h @@ -153,7 +153,7 @@ DUNDi is not itself a Voice-over IP signaling or media protocol. Instead, it pub * - \ref pbx_retrieve_variable() * - \ref AstChanVar * - * \verbinclude channelvariables.txt + * \verbinclude channelvariables.tex */ diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl index 723eebf5ab..0749686faf 100644 --- a/main/ast_expr2.fl +++ b/main/ast_expr2.fl @@ -437,7 +437,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 19aa0f6d68..3d97d8b827 100644 --- a/main/ast_expr2f.c +++ b/main/ast_expr2f.c @@ -2531,7 +2531,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);