diff --git a/PDP11/pdp11_tq.c b/PDP11/pdp11_tq.c index fbae9f1a..01460dcb 100644 --- a/PDP11/pdp11_tq.c +++ b/PDP11/pdp11_tq.c @@ -2454,7 +2454,7 @@ static t_stat tq_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const cha const char *devtype = UNIBUS ? "TUK50" : "TQK50"; fprintf (st, "%s (TQ)\n\n", tq_description (dptr)); -fprintf (st, "The TQ controller simulates the %s TMSCP disk controller. TQ options\n", devtype); +fprintf (st, "The TQ controller simulates the %s TMSCP tape controller. TQ options\n", devtype); fprintf (st, "include the ability to set units write enabled or write locked, and to\n"); fprintf (st, "specify the controller type and tape length:\n"); fprint_set_help (st, dptr); diff --git a/doc/pdp11_doc.doc b/doc/pdp11_doc.doc index 8bd4e79f..095098ab 100644 Binary files a/doc/pdp11_doc.doc and b/doc/pdp11_doc.doc differ diff --git a/doc/vax780_doc.doc b/doc/vax780_doc.doc index 525840de..df41d67e 100644 Binary files a/doc/vax780_doc.doc and b/doc/vax780_doc.doc differ diff --git a/doc/vax_doc.doc b/doc/vax_doc.doc index b0603e39..86f8c326 100644 Binary files a/doc/vax_doc.doc and b/doc/vax_doc.doc differ