From 58809e35b4b8445cc3f67ff6d8663bc8f2e58154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Chr=C3=A9tien?= Date: Tue, 26 Jul 2022 07:30:55 -1000 Subject: [PATCH] PDP11: Cleanup help language in TC and DAZ devices --- PDP11/pdp11_daz.c | 4 ++-- PDP11/pdp11_tc.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PDP11/pdp11_daz.c b/PDP11/pdp11_daz.c index befd9257..2c22c221 100644 --- a/PDP11/pdp11_daz.c +++ b/PDP11/pdp11_daz.c @@ -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, "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, "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, "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> boot daz\n\n"); diff --git a/PDP11/pdp11_tc.c b/PDP11/pdp11_tc.c index 2e4391c2..1524e07a 100644 --- a/PDP11/pdp11_tc.c +++ b/PDP11/pdp11_tc.c @@ -1424,10 +1424,10 @@ const char *const text = /*567901234567890123456789012345678901234567890123456789012345678901234567890*/ "TC11/TU56 DECtape Controller (DT)\n" "\n" -" The TCll is a DECtape system consists a Controller and up to 4 dual-unit\n" -" bidirectional magnetic-tape transports, and DECtape 3/4-inch magnetic\n" -" tape on 3.9-inch reels. Low cost, low maintenance and high reliability\n" -" are assured by:\n" +" The TC11 is a DECtape system consisting of a Controller and up to\n" +" 4 dual-unit bidirectional magnetic-tape transports, and DECtape 3/4-inch\n" +" magnetic tape on 3.9-inch reels. Low cost, low maintenance and\n" +" high reliability are assured by:\n" "\n" " - Simply designed transport mechanisms which have no capstans and\n" " no pinch rollers.\n"