[Python-checkins] The termios man page is in section 3 (GH-2450)

Berker Peksag webhook-mailer at python.org
Sat Nov 11 11:40:29 EST 2017


https://github.com/python/cpython/commit/e197a8538bae3c5f2727dfdc8672aa15d9429e51
commit: e197a8538bae3c5f2727dfdc8672aa15d9429e51
branch: master
author: Edward Betts <edward at 4angle.com>
committer: Berker Peksag <berker.peksag at gmail.com>
date: 2017-11-11T19:40:26+03:00
summary:

The termios man page is in section 3 (GH-2450)

files:
M Doc/library/termios.rst

diff --git a/Doc/library/termios.rst b/Doc/library/termios.rst
index ad6a9f7c972..7693ecd0278 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.
 



More information about the Python-checkins mailing list