diff --git a/doc/simh_doc.doc b/doc/simh_doc.doc index a43616fd..5b7c68ce 100644 Binary files a/doc/simh_doc.doc and b/doc/simh_doc.doc differ diff --git a/scp.c b/scp.c index 3b831c07..a7f05fbb 100644 --- a/scp.c +++ b/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 \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 ATTACH\n\n" "4Switches\n" "5-n\n" @@ -1065,6 +1065,8 @@ static const char simh_help[] = "+cd 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"