PDP11: Cleanup help language in TC and DAZ devices

This commit is contained in:
Louis Chrétien 2022-07-26 07:30:55 -10:00 committed by Mark Pizzolato
parent 9890acc11c
commit 58809e35b4
2 changed files with 6 additions and 6 deletions

View file

@ -276,11 +276,11 @@ t_stat daz_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cpt
fprintf(st, "ROTATE LEFT, ROTATE RIGHT, MOVE LEFT, MOVE RIGHT, MOVE UP, MOVE DOWN,\n"); fprintf(st, "ROTATE LEFT, ROTATE RIGHT, MOVE LEFT, MOVE RIGHT, MOVE UP, MOVE DOWN,\n");
fprintf(st, "PASS, and FIRE.\n\n"); fprintf(st, "PASS, and FIRE.\n\n");
fprintf(st, "The first set is mapped from the keys 1-8. The second set is mapped from\n"); fprintf(st, "The first set is mapped from the keys 1-8. The second set is mapped from\n");
fprintf(st, "Q-I. The first set is mapped from A-K. The fourth set is mapped\n"); fprintf(st, "Q-I. The third set is mapped from A-K. The fourth set is mapped\n");
fprintf(st, "from Z-, (comma).\n\n"); fprintf(st, "from Z-, (comma).\n\n");
fprintf(st, "The only software for the DAZ was the Dazzle Dart game by\n"); fprintf(st, "The only software for the DAZ was the Dazzle Dart game by\n");
fprintf(st, "Hal Abelson, Andy diSessa, and Nat Goodman. To play the game:\n\n\n"); fprintf(st, "Hal Abelson, Andy diSessa, and Nat Goodman. To play the game:\n\n");
fprintf(st, " sim> set daz enable\n"); fprintf(st, " sim> set daz enable\n");
fprintf(st, " sim> boot daz\n\n"); fprintf(st, " sim> boot daz\n\n");

View file

@ -1424,10 +1424,10 @@ const char *const text =
/*567901234567890123456789012345678901234567890123456789012345678901234567890*/ /*567901234567890123456789012345678901234567890123456789012345678901234567890*/
"TC11/TU56 DECtape Controller (DT)\n" "TC11/TU56 DECtape Controller (DT)\n"
"\n" "\n"
" The TCll is a DECtape system consists a Controller and up to 4 dual-unit\n" " The TC11 is a DECtape system consisting of a Controller and up to\n"
" bidirectional magnetic-tape transports, and DECtape 3/4-inch magnetic\n" " 4 dual-unit bidirectional magnetic-tape transports, and DECtape 3/4-inch\n"
" tape on 3.9-inch reels. Low cost, low maintenance and high reliability\n" " magnetic tape on 3.9-inch reels. Low cost, low maintenance and\n"
" are assured by:\n" " high reliability are assured by:\n"
"\n" "\n"
" - Simply designed transport mechanisms which have no capstans and\n" " - Simply designed transport mechanisms which have no capstans and\n"
" no pinch rollers.\n" " no pinch rollers.\n"