diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-06 21:40:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-06 21:40:45 +0200 |
commit | cd44d957787e162df4348028c22e8b9621000790 (patch) | |
tree | e2889309da0e6683ab65486b68aba944647abebd /doc/gawk.1 | |
parent | 7ae469692932aae4a587f746dbff61c1d8b12eb9 (diff) | |
download | egawk-cd44d957787e162df4348028c22e8b9621000790.tar.gz egawk-cd44d957787e162df4348028c22e8b9621000790.tar.bz2 egawk-cd44d957787e162df4348028c22e8b9621000790.zip |
Minor edits to John's changes.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1131,8 +1131,8 @@ depending on how the elements of the array are to be ordered. .TP \fBPROCINFO["input", "READ_TIMEOUT"]\fP specifies the timeout in milliseconds for reading data from -.I input -, where +.IR input , +where .I input is a redirection string or a filename. A value of zero or less than zero means no timeout. @@ -3595,7 +3595,9 @@ and .B \-\^\-file options. .PP -The GAWK_READ_TIMEOUT environment variable can be used to specify a timeout +The +.B GAWK_READ_TIMEOUT +environment variable can be used to specify a timeout in milliseconds for reading input from a terminal, pipe or two-way communication including sockets. .PP |