aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-10-06 21:04:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-10-06 21:04:06 +0300
commit8f330804cf3061aacf627ca63f6483207230d7b6 (patch)
treeff875eac85a9b7fe4a524c4320dce04a80d6c59a /doc/gawktexi.in
parent376c0184c2e0998a9c5000f7f5c8d37fb1a338d7 (diff)
downloadegawk-8f330804cf3061aacf627ca63f6483207230d7b6.tar.gz
egawk-8f330804cf3061aacf627ca63f6483207230d7b6.tar.bz2
egawk-8f330804cf3061aacf627ca63f6483207230d7b6.zip
Typo fix in the manual.
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 d378b02d..f658b424 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -11226,7 +11226,7 @@ However, @command{gawk} supports variables whose types are ``regexp''.
You can assign variables of this type using the following syntax:
@example
-gawk -v 're1=@/foo|bar/' '@dots{}' /path/to/file1 're2=@/baz|quux/' /path/to/file2
+gawk -v 're1=@@/foo|bar/' '@dots{}' /path/to/file1 're2=@@/baz|quux/' /path/to/file2
@end example
@noindent