aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-20 22:00:37 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-20 22:00:37 +0200
commit501f5c4fc53a1c74a8a4074832dcc2bd72224ed6 (patch)
treebe55ffe6b668cfc87b7eb80d4812b64b88d0aa48 /doc/gawktexi.in
parentf1aae2393344a21675bc3d5f3c24f9b555c5744b (diff)
downloadegawk-501f5c4fc53a1c74a8a4074832dcc2bd72224ed6.tar.gz
egawk-501f5c4fc53a1c74a8a4074832dcc2bd72224ed6.tar.bz2
egawk-501f5c4fc53a1c74a8a4074832dcc2bd72224ed6.zip
Fix a typo.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 5cff1e5f..b346e219 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -8355,7 +8355,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