OSDN Git Service

69e8c00312ce6635e2d4449122bf6503f6ba671b
[linuxjm/LDP_man-pages.git] / release / man7 / termio.7
1 .\" Copyright (c) 2006 by Michael Kerrisk <mtk.manpages@gmail.com>
2 .\"
3 .\" Permission is granted to make and distribute verbatim copies of this
4 .\" manual provided the copyright notice and this permission notice are
5 .\" preserved on all copies.
6 .\"
7 .\" Permission is granted to copy and distribute modified versions of this
8 .\" manual under the conditions for verbatim copying, provided that the
9 .\" entire resulting derived work is distributed under the terms of a
10 .\" permission notice identical to this one.
11 .\"
12 .\" Since the Linux kernel and libraries are constantly changing, this
13 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
14 .\" responsibility for errors or omissions, or for damages resulting from
15 .\" the use of the information contained herein.  The author(s) may not
16 .\" have taken the same level of care in the production of this manual,
17 .\" which is licensed free of charge, as they might when working
18 .\" professionally.
19 .\"
20 .\" Formatted or processed versions of this manual, if unaccompanied by
21 .\" the source, must acknowledge the copyright and authors of this work.
22 .\"
23 .\" 28 Dec 2006 - Initial Creation
24 .\"
25 .\"*******************************************************************
26 .\"
27 .\" This file was generated with po4a. Translate the source file.
28 .\"
29 .\"*******************************************************************
30 .TH TERMIO 7 2006\-12\-28 Linux "Linux Programmer's Manual"
31 .SH 名前
32 termio \- System V 端末ドライバインタフェース
33 .SH 説明
34 \fBtermio\fP は、古い System V 端末ドライバインタフェースの名前である。 このインタフェースは、 端末設定を保持するための
35 \fItermio\fP 構造体、および端末属性を取得・変更するための種々の \fBioctl\fP(2)  操作を定義していた。
36
37 \fBtermio\fP インタフェースは現在では時代遅れである。 POSIX.1\-1990 で、このインタフェースの修正版が \fBtermios\fP
38 という名前で標準化された。 POSIX.1 のデータ構造は System V 版と少し違いがある。 また、POSIX.1 は System V
39 版で存在した種々の \fBioctl\fP(2)  操作を置き換える関数群を定義した (このようになったのは、 \fBioctl\fP(2)
40 が標準化されていなかったことと、 \fBioctl\fP(2)  の第三引き数が可変長引き数で型チェックができなかったのが理由である)。
41
42 "termio" という man page を探しているのであれば、 探している情報のほとんどは \fBtermios\fP(3)  か
43 \fBtty_ioctl\fP(4)  のどちらかで見つかることだろう。
44 .SH 関連項目
45 \fBtermios\fP(3), \fBtty_ioctl\fP(4)