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

(cherry picked from commit e197a8538b)
This commit is contained in:
Miss Islington (bot) 2017-11-11 08:57:17 -08:00 committed by Berker Peksag
parent 98ad985afe
commit 4e09deb127
1 changed files with 1 additions and 1 deletions

View 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.