diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-10-06 21:04:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-10-06 21:04:06 +0300 |
commit | 8f330804cf3061aacf627ca63f6483207230d7b6 (patch) | |
tree | ff875eac85a9b7fe4a524c4320dce04a80d6c59a /doc/gawk.texi | |
parent | 376c0184c2e0998a9c5000f7f5c8d37fb1a338d7 (diff) | |
download | egawk-8f330804cf3061aacf627ca63f6483207230d7b6.tar.gz egawk-8f330804cf3061aacf627ca63f6483207230d7b6.tar.bz2 egawk-8f330804cf3061aacf627ca63f6483207230d7b6.zip |
Typo fix in the manual.
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 |