SCP: Corrected error message text

This commit is contained in:
Mark Pizzolato 2015-02-11 07:03:10 -08:00
parent 0bf40c2777
commit 5b4e9d5891

4
scp.c
View file

@ -558,7 +558,7 @@ const struct scp_error {
{"NOPARAM", "No settable parameters"}, {"NOPARAM", "No settable parameters"},
{"ALATT", "Unit already attached"}, {"ALATT", "Unit already attached"},
{"TIMER", "Hardware timer error"}, {"TIMER", "Hardware timer error"},
{"SIGERR", "SIGINT handler setup error"}, {"SIGERR", "Signal handler setup error"},
{"TTYERR", "Console terminal setup error"}, {"TTYERR", "Console terminal setup error"},
{"SUB", "Subscript out of range"}, {"SUB", "Subscript out of range"},
{"NOFNC", "Command not allowed"}, {"NOFNC", "Command not allowed"},
@ -1280,7 +1280,7 @@ static const char simh_help[] =
"5 TIMER\n" "5 TIMER\n"
" Hardware timer error\n" " Hardware timer error\n"
"5 SIGERR\n" "5 SIGERR\n"
" SIGINT handler setup error\n" " Signal handler setup error\n"
"5 TTYERR\n" "5 TTYERR\n"
" Console terminal setup error\n" " Console terminal setup error\n"
"5 NOFNC\n" "5 NOFNC\n"