File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 pair: UNIX; I/O control
1313
1414This module performs file control and I/O control on file descriptors. It is an
15- interface to the :c:func: `fcntl ` and :c:func: `ioctl ` Unix routines.
15+ interface to the :c:func: `fcntl ` and :c:func: `ioctl ` Unix routines. For a
16+ complete description of these calls, see :manpage: `fcntl(2)` and
17+ :manpage: `ioctl(2)` Unix manual pages.
1618
1719All functions in this module take a file descriptor *fd * as their first
1820argument. This can be an integer file descriptor, such as returned by
Original file line number Diff line number Diff line change 1010 pair: POSIX; I/O control
1111 pair: tty; I/O control
1212
13- This module provides an interface to the POSIX calls for tty I/O control. For a
14- complete description of these calls, see the POSIX or Unix manual pages. It is
15- only available for those Unix versions that support POSIX * termios * style tty
16- I/O control (and then only if configured at installation time) .
13+ This module provides an interface to the POSIX calls for tty I/O control. For a
14+ complete description of these calls, see :manpage: `termios(2)` Unix manual
15+ page. It is only available for those Unix versions that support POSIX
16+ * termios * style tty I/O control configured during installation.
1717
1818All functions in this module take a file descriptor *fd * as their first
1919argument. This can be an integer file descriptor, such as returned by
You can’t perform that action at this time.
0 commit comments