mirror of
https://github.com/simh/simh.git
synced 2026-01-13 23:35:57 +00:00
DOC: Clarified SET DEBUG, SET LOG and SET CONSOLE LOG documentation and help
This commit is contained in:
parent
0a0bad9139
commit
0ef87fac53
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"
|
||||
" The ATTACH (abbreviation AT) command associates a unit and a file:\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"
|
||||
"4Switches\n"
|
||||
"5-n\n"
|
||||
@ -1065,6 +1065,8 @@ static const char simh_help[] =
|
||||
"+cd <dir> set the current directory\n"
|
||||
#define HLP_SET_LOG "*Commands SET Log"
|
||||
"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"
|
||||
"++++++++ (STDOUT,DEBUG or filename)\n"
|
||||
"+set nolog disables any currently active logging\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user