gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4571-gf75d149


From: Antonio Giovanni Colombo
Subject: [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4571-gf75d149
Date: Thu, 18 Nov 2021 15:11:33 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, feature/docit has been updated
       via  f75d149be03ada58d261e4e2c501e648e55fd66c (commit)
      from  0c02a53775a80fe10dcd2b0ae5e857c1f22f8727 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=f75d149be03ada58d261e4e2c501e648e55fd66c

commit f75d149be03ada58d261e4e2c501e648e55fd66c
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date:   Thu Nov 18 21:11:12 2021 +0100

    Corrected a typo

diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index 135131c..6222ee5 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 92f8e73..c3f67b6 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

-----------------------------------------------------------------------

Summary of changes:
 doc/it/ChangeLog   | 4 ++++
 doc/it/gawktexi.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]