diff options
author | Edward Betts <edward@4angle.com> | 2017-11-11 16:40:26 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2017-11-11 16:40:26 (GMT) |
commit | e197a8538bae3c5f2727dfdc8672aa15d9429e51 (patch) | |
tree | 99052b3fb87eb6a6b9a1a5ed47f8fbb244400119 /Doc | |
parent | 7c9da3e5ba060463b661da58ec3fe6beedce5566 (diff) | |
download | cpython-e197a8538bae3c5f2727dfdc8672aa15d9429e51.zip cpython-e197a8538bae3c5f2727dfdc8672aa15d9429e51.tar.gz cpython-e197a8538bae3c5f2727dfdc8672aa15d9429e51.tar.bz2 |
The termios man page is in section 3 (GH-2450)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/termios.rst | 2 |
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. |