OSDN Git Service

69f75327b357c3260a7a93361b7806b412a23766
[linuxjm/LDP_man-pages.git] / draft / man5 / ttytype.5
1 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
2 .\"     Fri Apr  2 11:32:09 MET DST 1993
3 .\"
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\"
9 .\" The GNU General Public License's references to "object code"
10 .\" and "executables" are to be interpreted as the output of any
11 .\" document formatting or typesetting system, including
12 .\" intermediate and printed output.
13 .\"
14 .\" This manual is distributed in the hope that it will be useful,
15 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
16 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 .\" GNU General Public License for more details.
18 .\"
19 .\" You should have received a copy of the GNU General Public
20 .\" License along with this manual; if not, write to the Free
21 .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
22 .\" USA.
23 .\"
24 .\" Modified Sat Jul 24 17:17:50 1993 by Rik Faith <faith@cs.unc.edu>
25 .\" Modified Thu Oct 19 21:25:21 MET 1995 by Martin Schulze <joey@infodrom.north.de>
26 .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond
27 .\" <esr@thyrsus.com>xk
28 .\"
29 .\" Japanese Version Copyright (c) 1997 NAKANO Takeo all rights reserved.
30 .\" Translated Thu Feb 10 1998 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
31 .\"
32 .TH TTYTYPE 5 1993-07-24 "Linux" "Linux Programmer's Manual"
33 .\"O .SH NAME
34 .SH 名前
35 .\"O ttytype \- terminal device to default terminal type mapping
36 ttytype \- 端末デバイス−端末タイプのデフォルトマッピング
37 .\"O .SH DESCRIPTION
38 .SH 説明
39 .\"O The
40 .\"O .I /etc/ttytype
41 .\"O file associates termcap/terminfo terminal type names
42 .\"O with tty lines.
43 .\"O Each line consists of a terminal type, followed by
44 .\"O whitespace, followed by a tty name (a device name without the
45 .\"O .IR /dev/ ") prefix."
46 .I /etc/ttytype
47 は tty ラインを termcap/terminfo の端末タイプの名前と関連付ける。それ
48 ぞれの行には、まず端末のタイプ、続いてスペース文字、さらに続いて tty
49 名 (デバイス名から先頭の \fI/dev/\fP をとったもの) が書かれる。
50
51 .\"O This association is used by the program
52 .\"O .BR tset (1)
53 .\"O to set the environment variable
54 .\"O .B TERM
55 .\"O to the default terminal name for
56 .\"O the user's current tty.
57 この関連付けはプログラム
58 .BR tset (1)
59 が利用し、ユーザーが現在使っている端末の
60 .B TERM
61 環境変数が、デフォルトの端末名にセットされる。
62
63 .\"O This facility was designed for a traditional time-sharing environment
64 .\"O featuring character-cell terminals hardwired to a UNIX minicomputer.
65 .\"O It is little used on modern workstation and personal UNIX systems.
66 この機能は伝統的なタイム・シェアリング環境 ( UNIX ミニコンピュータに
67 キャラクタ端末が直結されているような環境) 向けに設計された。近代的な
68 ワークステーションやパーソナル UNIX システムでは、ほとんど利用されていない。
69 .\"O .SH FILES
70 .SH ファイル
71 .TP
72 .\"O .I /etc/ttytype
73 .\"O the tty definitions file.
74 .I /etc/ttytype
75 tty 定義ファイル。
76 .\"O .SH EXAMPLE
77 .SH 例
78 .\"O A typical
79 .\"O .I /etc/ttytype
80 .\"O is:
81 典型的な \fI/etc/ttytype\fP は以下のようなものである。
82 .RS
83 .sp
84 con80x25 tty1
85 .br
86 vt320 ttys0
87 .RE
88 .\"O .SH "SEE ALSO"
89 .SH 関連項目
90 .BR termcap (5),
91 .BR terminfo (5),
92 .BR agetty (8),
93 .BR mingetty (8)