mirror of
https://github.com/simh/simh.git
synced 2026-05-03 14:38:45 +00:00
TMXR: Minor typo in help text fixed.
This commit is contained in:
@@ -3843,7 +3843,7 @@ else {
|
|||||||
fprintf (st, "Valid line numbers are from 0 thru %d\n\n", mux->lines-1);
|
fprintf (st, "Valid line numbers are from 0 thru %d\n\n", mux->lines-1);
|
||||||
}
|
}
|
||||||
if (single_line) { /* Single Line Multiplexer */
|
if (single_line) { /* Single Line Multiplexer */
|
||||||
fprintf (st, "The input data rate for the $s device can be controlled by\n", dptr->name);
|
fprintf (st, "The input data rate for the %s device can be controlled by\n", dptr->name);
|
||||||
fprintf (st, "specifying SPEED=nnn on the the ATTACH command.\n");
|
fprintf (st, "specifying SPEED=nnn on the the ATTACH command.\n");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user