Index: pbx.c =================================================================== RCS file: /usr/cvsroot/asterisk/pbx.c,v retrieving revision 1.214 diff -u -r1.214 pbx.c --- pbx.c 17 Mar 2005 21:05:10 -0000 1.214 +++ pbx.c 26 Mar 2005 07:58:09 -0000 @@ -300,7 +300,8 @@ " ExecIfTime(|||?[|]):\n" "If the current time matches the specified time, then execute the specified\n" "application. Each of the elements may be specified either as '*' (for always)\n" - "or as a range. See the 'include' syntax for details." + "or as a range. See the 'include' syntax for details. It will return whatever\n" + " returns, or a non-zero value if the application is not found.\n" }, { "Hangup", pbx_builtin_hangup, @@ -5336,10 +5337,10 @@ int res = 0; char *ptr1, *ptr2; struct ast_timing timing; - const char *usage = "ExecIfTime requires an argument:\n