1 .\" Copyright (c) 2006 by Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
5 .\" 28 Dec 2006 - Initial Creation
7 .TH termio 7 (date) "Linux man-pages (unreleased)"
9 termio \- System V terminal driver interface
12 is the name of the old System V terminal driver interface.
13 This interface defined a
15 structure used to store terminal settings, and a range of
17 operations to get and set terminal attributes.
21 interface is now obsolete: POSIX.1-1990 standardized a modified
22 version of this interface, under the name
24 The POSIX.1 data structure differs slightly from the
25 System V version, and POSIX.1 defined a suite of functions
26 to replace the various
28 operations that existed in System V.
29 (This was done because
31 was unstandardized, and its variadic third argument
32 does not allow argument type checking.)
34 If you're looking for a page called "termio", then you can probably
35 find most of the information that you seek in either