diff options
-rw-r--r-- | doc/it/ChangeLog | 4 | ||||
-rwxr-xr-x | doc/it/gawktexi.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog index 135131c6..6222ee55 100644 --- a/doc/it/ChangeLog +++ b/doc/it/ChangeLog @@ -1,3 +1,7 @@ +2021-11-18 Antonio Giovanni Colombo <azc100@gmail.com> + + * gawktexi.in: Updated. + 2021-11-05 Antonio Giovanni Colombo <azc100@gmail.com> * gawktexi.in: Updated. 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 |