version 1.13, 2005/06/16 05:07:23 |
version 1.15, 2012/10/29 02:51:41 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/Kan/shell.c,v 1.12 2004/10/14 10:08:09 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/Kan/shell.c,v 1.14 2005/07/03 11:08:54 ohara Exp $ */ |
#include <stdio.h> |
#include <stdio.h> |
|
#include <string.h> |
#include <sys/types.h> |
#include <sys/types.h> |
#include <sys/stat.h> |
#include <sys/stat.h> |
#include <fcntl.h> |
#include <fcntl.h> |
Line 96 void KoxShellHelp(char *key,FILE *fp) { |
|
Line 97 void KoxShellHelp(char *key,FILE *fp) { |
|
}else if (strcmp(key,"keep_tmp_files")==0) { |
}else if (strcmp(key,"keep_tmp_files")==0) { |
s[0] = "keep_tmp_files value"; |
s[0] = "keep_tmp_files value"; |
s[1] = "If value is zero, then temporary files are removed after execution."; |
s[1] = "If value is zero, then temporary files are removed after execution."; |
s[2] = NULL; |
s[2] = "Example 1: [(keep_tmp_files) (1)] oxshell ; temporary files will be kept in /tmp or $TMP or ..."; |
|
s[3] = NULL; |
}else{ |
}else{ |
} |
} |
i = 0; |
i = 0; |