LDATTACH(8) - System Manager’s Manual # LDATTACH(8) - System Manager’s Manual
NAME # ldattach - attach a line discipline to a serial line
SYNOPSIS # ldattach [-27dehmop] [-s baudrate] [-t cond] discipline device
DESCRIPTION # ldattach is used to attach a line discipline to a serial line to allow for in-kernel processing of the received and/or sent data. Depending on the line discipline being attached, one or more options may be applied.
...
PTY(4) - Device Drivers Manual # PTY(4) - Device Drivers Manual
NAME # pty, ptm - pseudo terminal driver
SYNOPSIS # pseudo-device pty [count]
DESCRIPTION # The pty driver provides support for a device-pair termed a pseudo terminal. A pseudo terminal is a pair of character devices, a master device and a slave device. The slave device provides to a process an interface identical to that described in tty(4). However, whereas all other devices which provide the interface described in tty(4) have a hardware device of some sort behind them, the slave device has, instead, another process manipulating it through the master half of the pseudo terminal.
...
TMUX(1) - General Commands Manual # TMUX(1) - General Commands Manual
NAME # tmux - terminal multiplexer
SYNOPSIS # tmux [-2CDlNuVv] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [-T features] [command [flags]]
DESCRIPTION # tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.
...
TTY(4) - Device Drivers Manual # TTY(4) - Device Drivers Manual
NAME # tty, cua - general terminal interface
SYNOPSIS # #include <sys/ioctl.h>
DESCRIPTION # This section describes the interface to the terminal drivers in the system.
Terminal Special Files # Each hardware terminal port (such as a serial port) on the system usually has a terminal special device file associated with it in the directory /dev/ (for example, /dev/tty03).
...