summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-11-11 16:57:17 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2017-11-11 16:57:17 (GMT)
commit4e09deb127013f7cd097f2ec5918f3c721c9e070 (patch)
tree9605cd76170307e76d1ab1c93092f8e572b4d158 /Doc/library
parent98ad985afe452438dcccd19583071008b7afe691 (diff)
downloadcpython-4e09deb127013f7cd097f2ec5918f3c721c9e070.zip
cpython-4e09deb127013f7cd097f2ec5918f3c721c9e070.tar.gz
cpython-4e09deb127013f7cd097f2ec5918f3c721c9e070.tar.bz2
The termios man page is in section 3 (GH-2450)
(cherry picked from commit e197a8538bae3c5f2727dfdc8672aa15d9429e51)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/termios.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/termios.rst b/Doc/library/termios.rst
index ad6a9f7..7693ecd 100644
--- a/Doc/library/termios.rst
+++ b/Doc/library/termios.rst
@@ -12,7 +12,7 @@
--------------
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
+complete description of these calls, see :manpage:`termios(3)` Unix manual
page. It is only available for those Unix versions that support POSIX
*termios* style tty I/O control configured during installation.