summaryrefslogtreecommitdiff
path: root/Doc/library/termios.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-06-02 23:49:05 -0700
committerSenthil Kumaran <senthil@uthcode.com>2016-06-02 23:49:05 -0700
commitee62cca0dbd9ea23ce5c09760771debb34db3783 (patch)
treed96bba13a3c9f196307993c90fd7ab4f8d83309a /Doc/library/termios.rst
parentd930b917b2f60f33b6bca3cd904a76f3a99d2ac0 (diff)
downloadcpython-ee62cca0dbd9ea23ce5c09760771debb34db3783.tar.gz
issue8519 - Reference termios and ioctl manual pages in the library documentation.
Diffstat (limited to 'Doc/library/termios.rst')
-rw-r--r--Doc/library/termios.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/termios.rst b/Doc/library/termios.rst
index a90a825be4..d225d94f91 100644
--- a/Doc/library/termios.rst
+++ b/Doc/library/termios.rst
@@ -10,10 +10,10 @@
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 the POSIX or Unix manual pages. It is
-only available for those Unix versions that support POSIX *termios* style tty
-I/O control (and then only if configured at installation time).
+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
+*termios* style tty I/O control configured during installation.
All functions in this module take a file descriptor *fd* as their first
argument. This can be an integer file descriptor, such as returned by