summaryrefslogtreecommitdiff
path: root/Doc/library/termios.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 15:02:54 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 15:02:54 -0400
commit54cb82bd17469410c5eb5f5e723063aa2e2b87d8 (patch)
tree601d3e857425d45dda1157c6f784a2ae19a9f0e6 /Doc/library/termios.rst
parent76e3aa4006a7fe203b5e8c52009a14db054f5d81 (diff)
downloadcpython-54cb82bd17469410c5eb5f5e723063aa2e2b87d8.tar.gz
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
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