diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/tss.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/tss.1')
| -rw-r--r-- | static/unix-v10/man1/tss.1 | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/static/unix-v10/man1/tss.1 b/static/unix-v10/man1/tss.1 new file mode 100644 index 00000000..bec3e9d9 --- /dev/null +++ b/static/unix-v10/man1/tss.1 @@ -0,0 +1,65 @@ +.pa 1 +.he 'TSS (I)'3/15/72'TSS (I)' +.ti 0 +NAME tss -- interface to Honeywell TSS +.sp +.ti 0 +SYNOPSIS tss___ +.sp +.ti 0 +DESCRIPTION tss___ +will call the Honeywell 6070 on +the 201 data phone. +It will then go into direct access with +TSS. +Output generated by TSS is typed on the standard output and +input requested by TSS is read from the standard input +with UNIX typing conventions. + +An interrupt signal (ASCII DEL) +is transmitted +as a "break" to TSS. + +Input lines beginning with !_ are interpreted as UNIX +commands. +Input lines beginning with ~_ are interpreted as commands +to the interface routine. +.sp +~<file insert input from named UNIX file +.sp +~>file deliver tss output to named UNIX file +.sp +~p pop the output file +.sp +~q disconnect from tss (quit) +.sp +~r file receive from HIS routine CSR/DACCOPY +.sp +~s file send file to HIS routine CSR/DACCOPY +.sp +Ascii files may be most efficiently transmitted using +the HIS routine CSR/DACCOPY +in this fashion. +Underlined text comes from TSS. +AFTname is the 6070 file to be dealt with. +.sp + SYSTEM______?_ CSR/DACCOPY (s) AFTname + Send Encoded File_________________ ~s file + + SYSTEM______? CSR/DACCOPY (r) AFTname + Receive Encoded File____________________ ~r file +.sp +.ti 0 +FILES /dev/dn0, +/dev/dp0 +.sp +.ti 0 +SEE ALSO -- +.sp +.ti 0 +DIAGNOSTICS DONE when communication is broken. +.sp +.ti 0 +BUGS When +diagnostic problems occur, +tss___ exits rather abruptly. |
