SCP: Corrected error message text
This commit is contained in:
parent
0bf40c2777
commit
5b4e9d5891
1 changed files with 2 additions and 2 deletions
4
scp.c
4
scp.c
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue