diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
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 |