OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man7 / termio.7
1 .\" Copyright (c) 2006 by Michael Kerrisk <mtk.manpages@gmail.com>
2 .\"
3 .\" %%%LICENSE_START(VERBATIM)
4 .\" Permission is granted to make and distribute verbatim copies of this
5 .\" manual provided the copyright notice and this permission notice are
6 .\" preserved on all copies.
7 .\"
8 .\" Permission is granted to copy and distribute modified versions of this
9 .\" manual under the conditions for verbatim copying, provided that the
10 .\" entire resulting derived work is distributed under the terms of a
11 .\" permission notice identical to this one.
12 .\"
13 .\" Since the Linux kernel and libraries are constantly changing, this
14 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
15 .\" responsibility for errors or omissions, or for damages resulting from
16 .\" the use of the information contained herein.  The author(s) may not
17 .\" have taken the same level of care in the production of this manual,
18 .\" which is licensed free of charge, as they might when working
19 .\" professionally.
20 .\"
21 .\" Formatted or processed versions of this manual, if unaccompanied by
22 .\" the source, must acknowledge the copyright and authors of this work.
23 .\" %%%LICENSE_END
24 .\"
25 .\" 28 Dec 2006 - Initial Creation
26 .\"
27 .TH TERMIO 7 2013-02-12 "Linux" "Linux Programmer's Manual"
28 .SH NAME
29 termio \- System V terminal driver interface
30 .SH DESCRIPTION
31 .B termio
32 is the name of the old System V terminal driver interface.
33 This interface defined a
34 .I termio
35 structure used to store terminal settings, and a range of
36 .BR ioctl (2)
37 operations to get and set terminal attributes.
38
39 The
40 .B termio
41 interface is now obsolete: POSIX.1-1990 standardized a modified
42 version of this interface, under the name
43 .BR termios .
44 The POSIX.1 data structure differs slightly from the
45 System V version, and POSIX.1 defined a suite of functions
46 to replace the various
47 .BR ioctl (2)
48 operations that existed in System V.
49 (This was done because
50 .BR ioctl (2)
51 was unstandardized, and its variadic third argument
52 does not allow argument type checking.)
53
54 If you're looking for page called "termio", then you can probably
55 find most of the information that you seek in either
56 .BR termios (3)
57 or
58 .BR tty_ioctl (4).
59 .SH SEE ALSO
60 .BR reset (1),
61 .BR setterm (1),
62 .BR stty (1),
63 .BR termios (3),
64 .BR tty (4),
65 .BR tty_ioctl (4)
66 .SH COLOPHON
67 This page is part of release 3.68 of the Linux
68 .I man-pages
69 project.
70 A description of the project,
71 information about reporting bugs,
72 and the latest version of this page,
73 can be found at
74 \%http://www.kernel.org/doc/man\-pages/.