pty.7: Mention a couple of other applications of pseudoterminals

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-03-22 20:49:54 +01:00
parent 69b2432159
commit 1848bcfbce
1 changed files with 4 additions and 1 deletions

View File

@ -50,9 +50,12 @@ pseudoterminal can be read by the process that is connected to
the master end.
Pseudoterminals are used by applications such as network login services
.RB ( ssh "(1), " rlogin "(1), " telnet (1)),
terminal emulators,
terminal emulators such as
.BR xterm (1),
.BR script (1),
.BR screen (1),
.BR tmux (1),
.BR unbuffer (1),
and
.BR expect (1).