diff --git a/PDP11/pdp11_dmc.c b/PDP11/pdp11_dmc.c index 85d57fff..1da942fc 100644 --- a/PDP11/pdp11_dmc.c +++ b/PDP11/pdp11_dmc.c @@ -873,14 +873,14 @@ t_stat dmc_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr) fprintf(st, "Debugging\n"); fprintf(st, "=========\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, "• INFO. Shows higher-level tracing only.\n"); - fprintf(st, "• WARN. Shows any warnings.\n"); - fprintf(st, "• TRACE. Shows more detailed trace information.\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, "• SOCKET. Shows socket opens and closes.\n"); - fprintf(st, "• CONNECT. Shows sockets actually connecting.\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, " WARN. Shows any warnings.\n"); + fprintf(st, " TRACE. Shows more detailed trace information.\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, " SOCKET. Shows socket opens and closes.\n"); + fprintf(st, " CONNECT. Shows sockets actually connecting.\n"); fprintf(st, "\n"); fprintf(st, "To get a full trace use\n"); fprintf(st, "\n");