1 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
2 .\" Fri Apr 2 11:32:09 MET DST 1993
4 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
5 .\" This is free documentation; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License as
7 .\" published by the Free Software Foundation; either version 2 of
8 .\" the License, or (at your option) any later version.
10 .\" The GNU General Public License's references to "object code"
11 .\" and "executables" are to be interpreted as the output of any
12 .\" document formatting or typesetting system, including
13 .\" intermediate and printed output.
15 .\" This manual is distributed in the hope that it will be useful,
16 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
17 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 .\" GNU General Public License for more details.
20 .\" You should have received a copy of the GNU General Public
21 .\" License along with this manual; if not, see
22 .\" <http://www.gnu.org/licenses/>.
25 .\" Modified Sat Jul 24 17:17:50 1993 by Rik Faith <faith@cs.unc.edu>
26 .\" Modified Thu Oct 19 21:25:21 MET 1995 by Martin Schulze <joey@infodrom.north.de>
27 .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond
28 .\" <esr@thyrsus.com>xk
29 .TH TTYTYPE 5 2020-06-09 "Linux" "Linux Programmer's Manual"
31 ttytype \- terminal device to default terminal type mapping
36 .BR termcap (5)/ terminfo (5)
39 Each line consists of a terminal type, followed by
40 whitespace, followed by a tty name (a device name without the
43 This association is used by the program
45 to set the environment variable
47 to the default terminal name for
48 the user's current tty.
50 This facility was designed for a traditional time-sharing environment
51 featuring character-cell terminals hardwired to a UNIX minicomputer.
52 It is little used on modern workstation and personal UNIX systems.
56 the tty definitions file.