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/man6/term.6 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man6/term.6')
| -rw-r--r-- | static/unix-v10/man6/term.6 | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/static/unix-v10/man6/term.6 b/static/unix-v10/man6/term.6 new file mode 100644 index 00000000..4354df9a --- /dev/null +++ b/static/unix-v10/man6/term.6 @@ -0,0 +1,71 @@ +.TH TERM 6 +.CT 1 comm_term +.SH NAME +terminals \- conventional names +.SH DESCRIPTION +These names +are used by certain commands and are maintained +as part of the shell environment; see +.IR sh (1), +.IR environ (5). +.TF dumb +.TP +.B 2621 +Hewlett-Packard HP262? series terminals +.TP +.B 1620 +DIABLO 1620 (and others using HyType II) +.TP +.B 33 +Teletype Model 33 +.TP +.B 37 +Teletype Model 37 +.TP +.B 43 +Teletype Model 43 +.TP +.B 5620 +Teletype Model 5620 dotmap display +.TP +.B dumb +terminals with no special features +.TP +.B 4014 +Tektronix 4014 +.TP +.B vt52 +Digital Equipment Corp. VT52 +.PD +.PP +The list goes on and on. +Consult +.F /etc/termcap +(see +.IR termcap (5)) +for the whole truth. +.PP +Commands whose behavior may depend on the terminal +typically consult +.L TERM +in the environment +or accept arguments of the form +.BI -T term, +where +.I term +is one of the names given above. +.SH SEE ALSO +.IR stty (1), +.IR tabs (1), +.IR plot (1), +.IR sh (1), +.IR environ (5), +.IR ul (1), +.IR column (1), +.IR termcap (5), +.I nroff +in +.IR troff (1) +.SH BUGS +The programs that ought to adhere to this nomenclature +do so only fitfully. |
