cd ~/infobar/ diff /home/jaffer/infobar/scm5c4.info /home/jaffer/infobar/scm5c5.info 7c7 < Shell Scripts:: for a description of script argument processing. --- > Scripting:: for a description of script argument processing. 11c11 < - Function: char *script_find_executable (const char *NAME) --- > - Function: char * script_find_executable (const char *NAME) 13,15c13,15 < which will is invoked by the script file NAME; NAME if it is a < binary executable (not a script); or 0 if NAME does not exist or < is not executable. --- > which is invoked by the script file NAME; NAME if it is a binary > executable (not a script); or 0 if NAME does not exist or is not > executable. 17c17 < - Function: char **script_process_argv(int ARGC; char **ARGV) --- > - Function: char ** script_process_argv (int ARGC; char **ARGV) 30c30 < - Function: int script_count_argv(char **ARGV) --- > - Function: int script_count_argv (char **ARGV) Diff finished at Tue Jan 12 21:34:57