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-4862-g8b42b5c9


From: Antonio Giovanni Colombo
Subject: [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4862-g8b42b5c9
Date: Fri, 12 Aug 2022 10:49:27 -0400 (EDT)

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  8b42b5c9211f7704f08a08565d37354a8abc88d7 (commit)
      from  eab00e3ebedd2892990d4e7458955140c3d06a2f (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=8b42b5c9211f7704f08a08565d37354a8abc88d7

commit 8b42b5c9211f7704f08a08565d37354a8abc88d7
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date:   Fri Aug 12 16:49:02 2022 +0200

    update to pm-gawk.1

diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index ec69d4a0..685103e6 100644
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-12         Antonio Giovanni Colombo   <azc100@gmail.com>
+
+       * pm-gawk.1: Updated.
+
 2022-08-12         Antonio Giovanni Colombo   <azc100@gmail.com>
 
        * pm-gawk.1: Added.
diff --git a/doc/it/pm-gawk.1 b/doc/it/pm-gawk.1
index 0185efa6..a997c17a 100644
--- a/doc/it/pm-gawk.1
+++ b/doc/it/pm-gawk.1
@@ -1,7 +1,7 @@
 .ds EP \fIGAWK: Programmare efficacemente in AWK\fP
-.\"Traduzione per la versione gawk-5.2.0 di A.G. Colombo - Agosto 2022
+.\"Traduzione per la versione gawk-5.2.0 di A.G. Colombo - 12 Agosto 2022
 .ds PM \fIManuale utente funzionalità Memoria Persistente in gawk\fP
-.TH PM-GAWK 1 "11 agosto 2022" "Free Software Foundation" "Comandi di utilità"
+.TH PM-GAWK 1 "12 agosto 2022" "Free Software Foundation" "Comandi di utilità"
 .SH NOME
 gawk con memoria persistente \- dati e funzioni persistenti
 .SH SINTASSI
@@ -62,6 +62,7 @@ oltre alle variabili di cui sopra.
 .SH ESEMPI
 .PP
 Dimostrazione della persistenza di variabili:
+.sp .5
 .RS
 .nf
 .ft CW
@@ -78,6 +79,7 @@ $ \f(CBgawk 'BEGIN{print ++i}'\fP
 .RE
 .PP
 Per passare la variabile d'ambiente a livello di singolo comando:
+.sp .5
 .RS
 .nf
 .ft CW
@@ -94,6 +96,7 @@ $ \f(CBGAWK_PERSIST_FILE=deposito.pma gawk 'BEGIN{print 
++i}'\fP
 .PP
 Per ridurre l'ingombro legato al passare la variabile d'ambiente
 a livello di ogni singolo comando si può definire un alias:
+.sp .5
 .RS
 .nf
 .ft CW
@@ -107,6 +110,7 @@ $ \f(CBpm gawk 'BEGIN{print ++i}'\fP
 .RE
 .PP
 Per evitare di attivare la persistenza:
+.sp .5
 .RS
 .nf
 .ft CW
@@ -120,6 +124,7 @@ $ \f(CBgawk 'BEGIN{print ++i}'\fP
 .RE
 .PP
 Per ``dimenticare'' definitivamente i contenuti del file-deposito:
+.sp .5
 .RS
 .nf
 .ft CW

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

Summary of changes:
 doc/it/ChangeLog | 4 ++++
 doc/it/pm-gawk.1 | 9 +++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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