pty.7: srcfix: rewrap source lines in Neil's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-06 14:24:33 +02:00
parent 5528abecc2
commit 60b3b93cdd
1 changed files with 5 additions and 4 deletions

View File

@ -56,10 +56,11 @@ terminal emulators,
and
.BR expect (1).
Data flow between master and slave is handled asynchronously, much like
data flow with a physical terminal. Data written to the slave will be
available at the master promptly, but may not be available
immediately. Similarly, there may be a small processing delay between
Data flow between master and slave is handled asynchronously,
much like data flow with a physical terminal.
Data written to the slave will be available at the master promptly,
but may not be available immediately.
Similarly, there may be a small processing delay between
a write to the master, and the effect being visible at the slave.
Historically, two pseudoterminal APIs have evolved: BSD and System V.