From 60b3b93cdda938e74b03d2f1a19c5f1f47927a50 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 May 2015 14:24:33 +0200 Subject: [PATCH] pty.7: srcfix: rewrap source lines in Neil's patch Signed-off-by: Michael Kerrisk --- man7/pty.7 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man7/pty.7 b/man7/pty.7 index 2c208d1c2..2fd5c9abf 100644 --- a/man7/pty.7 +++ b/man7/pty.7 @@ -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.