1termio(7) Miscellaneous Information Manual termio(7)
2
3
4
6 termio - System V terminal driver interface
7
9 termio is the name of the old System V terminal driver interface. This
10 interface defined a termio structure used to store terminal settings,
11 and a range of ioctl(2) operations to get and set terminal attributes.
12
13 The termio interface is now obsolete: POSIX.1-1990 standardized a modi‐
14 fied version of this interface, under the name termios. The POSIX.1
15 data structure differs slightly from the System V version, and POSIX.1
16 defined a suite of functions to replace the various ioctl(2) operations
17 that existed in System V. (This was done because ioctl(2) was unstan‐
18 dardized, and its variadic third argument does not allow argument type
19 checking.)
20
21 If you're looking for a page called "termio", then you can probably
22 find most of the information that you seek in either termios(3) or
23 ioctl_tty(2).
24
26 reset(1), setterm(1), stty(1), ioctl_tty(2), termios(3), tty(4)
27
28
29
30Linux man-pages 6.04 2022-10-30 termio(7)