aboutsummaryrefslogtreecommitdiffstats
path: root/doc/it/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/gawktexi.in')
-rwxr-xr-xdoc/it/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index 92f8e733..c3f67b67 100755
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -12505,7 +12505,7 @@ fortemente tipizzate sono usate come terzo argomento nelle chiamate a
Quindi, in un caso come quello di quest'esempio:
@example
-re = @/non allarmatevi!/
+re = @@/non allarmatevi!/
sub(/non/, "", re)
print typeof(re), re
@end example