mirror of
https://github.com/open-simh/simh.git
synced 2026-05-04 23:25:46 +00:00
ALL: Correct help text in "SET <unit> LOCKED" MTAB entries
This commit is contained in:
@@ -220,7 +220,7 @@ MTAB dp_mod[] = {
|
||||
{ MTAB_XTD|MTAB_VUN, 0, "write enabled", "WRITEENABLED",
|
||||
&set_writelock, &show_writelock, NULL, "Write enable drive" },
|
||||
{ MTAB_XTD|MTAB_VUN, 1, NULL, "LOCKED",
|
||||
&set_writelock, NULL, NULL, "Write enable drive" },
|
||||
&set_writelock, NULL, NULL, "Write lock drive" },
|
||||
{ (UNIT_DTYPE+UNIT_ATT), (TYPE_2315 << UNIT_V_DTYPE) + UNIT_ATT,
|
||||
"2315", NULL, NULL },
|
||||
{ (UNIT_DTYPE+UNIT_ATT), (TYPE_5440 << UNIT_V_DTYPE) + UNIT_ATT,
|
||||
|
||||
Reference in New Issue
Block a user