You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fprintf (st, "The %s is a %d line terminal multiplexor. Up to %d %s's (%d lines) are\n", devtype, DZ_LINES, MAX_DZ_MUXES, devtype, DZ_LINES*MAX_DZ_MUXES);
898
898
fprintf (st, "supported. The default number of lines is %d. The number of lines can\n", DZ_LINES*DZ_MUXES);
899
899
fprintf (st, "be changed with the command\n\n");
900
-
fprintf (st, " sim> SET %s LINES=nset line count to n\n\n", dptr->name);
900
+
fprintf (st, " sim> SET %s LINES=nset line count to n\n\n", dptr->name);
901
901
fprintf (st, "The line count must be a multiple of %d, with a maximum of %d.\n\n", DZ_LINES, DZ_LINES*MAX_DZ_MUXES);
902
902
fprintf (st, "The %s supports three character processing modes, 7P, 7B, and 8B:\n\n", devtype);
0 commit comments