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/it/gawktexi.in | |
parent | 376c0184c2e0998a9c5000f7f5c8d37fb1a338d7 (diff) | |
download | egawk-8f330804cf3061aacf627ca63f6483207230d7b6.tar.gz egawk-8f330804cf3061aacf627ca63f6483207230d7b6.tar.bz2 egawk-8f330804cf3061aacf627ca63f6483207230d7b6.zip |
Typo fix in the manual.
Diffstat (limited to 'doc/it/gawktexi.in')
-rw-r--r-- | doc/it/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in index 0b255d43..8772e392 100644 --- a/doc/it/gawktexi.in +++ b/doc/it/gawktexi.in @@ -12244,7 +12244,7 @@ Si possono assegnare valori a variabili di questo tipo usando la sintassi seguente: @example -gawk -v 're1=@/pippo|pluto/' '@dots{}' /percorso/al/file1 're2=@/ciao|salve/' /percorso/al/file2 +gawk -v 're1=@@/pippo|pluto/' '@dots{}' /percorso/al/file1 're2=@@/ciao|salve/' /percorso/al/file2 @end example @noindent |