pts.4, pty.7: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jim Hill 2012-06-07 21:45:22 +12:00 committed by Michael Kerrisk
parent 931cbe83c5
commit 40a1b471a4
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ programs such as
in which data read from the pseudoterminal master is sent across the network
to a client program that is connected to a terminal or terminal emulator.
.PP
Psuedoterminals can also be used to send input to programs that normally
Pseudoterminals can also be used to send input to programs that normally
refuse to read input from pipes (such as
.BR su (1),
and

View File

@ -48,7 +48,7 @@ that is connected to the slave.
Conversely, anything that is written to the slave end of the
pseudoterminal can be read by the process that is connected to
the master end.
Psuedoterminals are used by applications such as network login services
Pseudoterminals are used by applications such as network login services
.RB ( ssh "(1), " rlogin "(1), " telnet (1)),
terminal emulators,
.BR script (1),