]> granicus.if.org Git - python/commitdiff
The termios man page is in section 3 (GH-2450)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Nov 2017 16:57:17 +0000 (08:57 -0800)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 11 Nov 2017 16:57:17 +0000 (19:57 +0300)
(cherry picked from commit e197a8538bae3c5f2727dfdc8672aa15d9429e51)

Doc/library/termios.rst

index ad6a9f7c972dae03d39a69d3ef2535dbf5fc2566..7693ecd02789ccb37cd43d4b1891a9be4d8b9d6a 100644 (file)
@@ -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.