From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 11 Nov 2017 16:57:17 +0000 (-0800) Subject: The termios man page is in section 3 (GH-2450) X-Git-Tag: v3.6.4rc1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e09deb127013f7cd097f2ec5918f3c721c9e070;p=python The termios man page is in section 3 (GH-2450) (cherry picked from commit e197a8538bae3c5f2727dfdc8672aa15d9429e51) --- diff --git a/Doc/library/termios.rst b/Doc/library/termios.rst index ad6a9f7c97..7693ecd027 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.