diff options
| author | Mikolaj Golub <trociny@FreeBSD.org> | 2011-09-27 18:14:04 +0000 |
|---|---|---|
| committer | Mikolaj Golub <trociny@FreeBSD.org> | 2011-09-27 18:14:04 +0000 |
| commit | 29da75477bd86b4efa5afb5fe9c131ad86099bf7 (patch) | |
| tree | 72bc761ace1637d1fb035fc7bf1a0ab4c9fe17d8 /usr.bin/script/script.1 | |
| parent | 208aa01fbdda753eb8464a52ed30a93bf2b9bee6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/script/script.1')
| -rw-r--r-- | usr.bin/script/script.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 3aa03e55e279..cd3f800c051d 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -166,3 +166,12 @@ The slave terminal mode is checked for ECHO mode to check when to avoid manual echo logging. This does not work when in a raw mode where the program being run is doing manual echo. +.Pp +If the +.Nm +reads zero bytes from the terminal it switches to a mode when it probes read +only once a second until it gets some data. +This prevents the +.Nm +spinning on zero-byte reads, but might cause a 1-second delay in +processing of the user input. |
