diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-20 22:00:37 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-20 22:00:37 +0200 |
commit | 501f5c4fc53a1c74a8a4074832dcc2bd72224ed6 (patch) | |
tree | be55ffe6b668cfc87b7eb80d4812b64b88d0aa48 /doc/gawk.texi | |
parent | f1aae2393344a21675bc3d5f3c24f9b555c5744b (diff) | |
download | egawk-501f5c4fc53a1c74a8a4074832dcc2bd72224ed6.tar.gz egawk-501f5c4fc53a1c74a8a4074832dcc2bd72224ed6.tar.bz2 egawk-501f5c4fc53a1c74a8a4074832dcc2bd72224ed6.zip |
Fix a typo.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index c0c672f1..afb94551 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -8754,7 +8754,7 @@ loop that reads input records and matches them against patterns, like so: @example -$ @kbd{ gawk 'BEGIN @{ PROCINFO["-", "READ_TIMEOUT"] = 5000 @}} +$ @kbd{gawk 'BEGIN @{ PROCINFO["-", "READ_TIMEOUT"] = 5000 @}} > @kbd{@{ print "You entered: " $0 @}'} @kbd{gawk} @print{} You entered: gawk |