Removed 8 bit characters from pdp11_dmc help text

This commit is contained in:
Mark Pizzolato 2013-02-04 18:22:00 -08:00
parent 0344d6f22b
commit c53cbd68eb

View file

@ -873,14 +873,14 @@ t_stat dmc_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr)
fprintf(st, "Debugging\n"); fprintf(st, "Debugging\n");
fprintf(st, "=========\n"); fprintf(st, "=========\n");
fprintf(st, "The simulator has a number of debug options, these are:\n"); fprintf(st, "The simulator has a number of debug options, these are:\n");
fprintf(st, " REG. Shows whenever a CSR is read or written and the current value.\n"); fprintf(st, " REG. Shows whenever a CSR is read or written and the current value.\n");
fprintf(st, " INFO. Shows higher-level tracing only.\n"); fprintf(st, " INFO. Shows higher-level tracing only.\n");
fprintf(st, " WARN. Shows any warnings.\n"); fprintf(st, " WARN. Shows any warnings.\n");
fprintf(st, " TRACE. Shows more detailed trace information.\n"); fprintf(st, " TRACE. Shows more detailed trace information.\n");
fprintf(st, " DATA. Shows the actual data sent and received.\n"); fprintf(st, " DATA. Shows the actual data sent and received.\n");
fprintf(st, " DATASUM. Brief summary of each received and transmitted buffer. Ignored if DATA is set.\n"); fprintf(st, " DATASUM. Brief summary of each received and transmitted buffer. Ignored if DATA is set.\n");
fprintf(st, " SOCKET. Shows socket opens and closes.\n"); fprintf(st, " SOCKET. Shows socket opens and closes.\n");
fprintf(st, " CONNECT. Shows sockets actually connecting.\n"); fprintf(st, " CONNECT. Shows sockets actually connecting.\n");
fprintf(st, "\n"); fprintf(st, "\n");
fprintf(st, "To get a full trace use\n"); fprintf(st, "To get a full trace use\n");
fprintf(st, "\n"); fprintf(st, "\n");