1
0
mirror of https://github.com/simh/simh.git synced 2026-02-24 08:03:13 +00:00

SCP: Add help for NOEXPECT and spelling cleanups

This commit is contained in:
Mark Pizzolato
2016-12-29 13:52:06 -08:00
parent 0275ef05e8
commit e52ac6d57f
5 changed files with 12 additions and 10 deletions

View File

@@ -162,11 +162,11 @@ MTAB ttix_mod[] = {
#define DBG_TRC TMXR_DBG_TRC /* display trace routine calls */
DEBTAB ttx_debug[] = {
{"XMT", DBG_XMT},
{"RCV", DBG_RCV},
{"RET", DBG_RET},
{"CON", DBG_CON},
{"TRC", DBG_TRC},
{"XMT", DBG_XMT, "Transmitted Data"},
{"RCV", DBG_RCV, "Received Data"},
{"RET", DBG_RET, "Returned Received Data"},
{"CON", DBG_CON, "connection activities"},
{"TRC", DBG_TRC, "trace routine calls"},
{0}
};