diff options
-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. |