aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 20:42:00 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 20:42:00 +0000
commit99c98857e2c58d14b3003c95d82c63a1db7c2dba (patch)
tree650618e69f4cbdaa499919c878af6a817c9d17d2 /main
parentfc161f9b0936ac4e5f6a7e20de61777d2f5624e4 (diff)
Merged revisions 245497 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r245497 | qwell | 2010-02-08 14:41:05 -0600 (Mon, 08 Feb 2010) | 11 lines Merged revisions 245496 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r245496 | qwell | 2010-02-08 14:39:50 -0600 (Mon, 08 Feb 2010) | 4 lines Remove reference of documentation in source directory. People don't always build Asterisk from source (distro packages, anybody?). ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@245498 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 aa5d59e9b..cb49b18a3 100644
--- a/main/ast_expr2.fl
+++ b/main/ast_expr2.fl
@@ -444,7 +444,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/tex/channelvariables.tex in the asterisk source.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n");
#endif
free(s2);
return(0);
diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c
index ec0cb99ea..98db719ae 100644
--- a/main/ast_expr2f.c
+++ b/main/ast_expr2f.c
@@ -2521,7 +2521,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/tex/channelvariables.tex in the asterisk source.\n");
+ ast_log(LOG_WARNING,"If you have questions, please refer to doc/tex/channelvariables.tex.\n");
#endif
free(s2);
return(0);