summaryrefslogtreecommitdiff
path: root/Doc/library/termios.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/termios.rst')
-rw-r--r--Doc/library/termios.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/termios.rst b/Doc/library/termios.rst
index d225d94f91..ad6a9f7c97 100644
--- a/Doc/library/termios.rst
+++ b/Doc/library/termios.rst
@@ -5,11 +5,12 @@
:platform: Unix
:synopsis: POSIX style tty control.
-
.. index::
pair: POSIX; I/O control
pair: tty; I/O control
+--------------
+
This module provides an interface to the POSIX calls for tty I/O control. For a
complete description of these calls, see :manpage:`termios(2)` Unix manual
page. It is only available for those Unix versions that support POSIX