mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
PDP11, VAX: Add or correct help output for some SET commands
As discussed in #1077
This commit is contained in:
@@ -347,7 +347,7 @@ MTAB dz_mod[] = {
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 0, "LINES", "LINES=n",
|
||||
&dz_setnl, &tmxr_show_lines, (void *) &dz_desc, "Display number of lines" },
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_NC, 0, NULL, "LOG=n=file",
|
||||
&dz_set_log, NULL, &dz_desc },
|
||||
&dz_set_log, NULL, &dz_desc, "Enables logging on designated line" },
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_VALR, 0, NULL, "NOLOG=n",
|
||||
&dz_set_nolog, NULL, &dz_desc, "Disable logging on designated line" },
|
||||
{ MTAB_XTD|MTAB_VDV|MTAB_NMO, 0, "LOG", NULL,
|
||||
|
||||
Reference in New Issue
Block a user