diff options
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 2d0c5bcd..3084e9ec 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -11772,7 +11772,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 |