DOC: Clarified SET DEBUG, SET LOG and SET CONSOLE LOG documentation and help
This commit is contained in:
parent
0a0bad9139
commit
0ef87fac53
2 changed files with 3 additions and 1 deletions
BIN
doc/simh_doc.doc
BIN
doc/simh_doc.doc
Binary file not shown.
4
scp.c
4
scp.c
|
@ -926,7 +926,7 @@ static const char simh_help[] =
|
||||||
"3ATTACH\n"
|
"3ATTACH\n"
|
||||||
" The ATTACH (abbreviation AT) command associates a unit and a file:\n"
|
" The ATTACH (abbreviation AT) command associates a unit and a file:\n"
|
||||||
"++ATTACH <unit> <filename>\n\n"
|
"++ATTACH <unit> <filename>\n\n"
|
||||||
"Some devices have more detailed or specific help available with:\n\n"
|
" Some devices have more detailed or specific help available with:\n\n"
|
||||||
"++HELP <device> ATTACH\n\n"
|
"++HELP <device> ATTACH\n\n"
|
||||||
"4Switches\n"
|
"4Switches\n"
|
||||||
"5-n\n"
|
"5-n\n"
|
||||||
|
@ -1065,6 +1065,8 @@ static const char simh_help[] =
|
||||||
"+cd <dir> set the current directory\n"
|
"+cd <dir> set the current directory\n"
|
||||||
#define HLP_SET_LOG "*Commands SET Log"
|
#define HLP_SET_LOG "*Commands SET Log"
|
||||||
"3Log\n"
|
"3Log\n"
|
||||||
|
" Interactions with the simulator session (at the \"sim>\" prompt\n"
|
||||||
|
" can be recorded to a log file\n\n"
|
||||||
"+set log log_file specify the log destination\n"
|
"+set log log_file specify the log destination\n"
|
||||||
"++++++++ (STDOUT,DEBUG or filename)\n"
|
"++++++++ (STDOUT,DEBUG or filename)\n"
|
||||||
"+set nolog disables any currently active logging\n"
|
"+set nolog disables any currently active logging\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue