[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4866-g0faf2f45
From: |
Antonio Giovanni Colombo |
Subject: |
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4866-g0faf2f45 |
Date: |
Mon, 15 Aug 2022 03:34:19 -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 0faf2f45ec7fc9b772a3b01e020979dcd16a156b (commit)
from a1412f562aa8e4ab66c04507f4e171fcf22e1389 (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=0faf2f45ec7fc9b772a3b01e020979dcd16a156b
commit 0faf2f45ec7fc9b772a3b01e020979dcd16a156b
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date: Mon Aug 15 09:33:46 2022 +0200
updates to gawktexi.in and pm-gawk.1
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index 685103e6..0c7a73e3 100644
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-15 Antonio Giovanni Colombo <azc100@gmail.com>
+
+ * gawktexi.in: Updated.
+ * pm-gawk.1: Updated.
+
2022-08-12 Antonio Giovanni Colombo <azc100@gmail.com>
* pm-gawk.1: Updated.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index 471ff914..efcd164e 100755
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -32868,6 +32868,8 @@ linguaggio interpretato come @command{gawk}.
Questa @`e la distribuzione ufficiale del
@dfn{Persistent Memory Allocator} (PMA)
di Terence Kelly.
+L'ultima versione del codice sorgente e del manuale utente
+saranno sempre disponibili in questo sito.
Kelly pu@`o essere contattato direttamente a uno dei seguenti
indirizzi email:
@EMAIL{tpkelly@@acm.org, tpkelly (chiocciola) acm.org},
diff --git a/doc/it/pm-gawk.1 b/doc/it/pm-gawk.1
index a997c17a..631bad47 100644
--- a/doc/it/pm-gawk.1
+++ b/doc/it/pm-gawk.1
@@ -1,7 +1,8 @@
.ds EP \fIGAWK: Programmare efficacemente in AWK\fP
.\"Traduzione per la versione gawk-5.2.0 di A.G. Colombo - 12 Agosto 2022
+.\"Aggiornamento per la versione gawk-5.2.0 di A.G. Colombo - 14 Agosto 2022
.ds PM \fIManuale utente funzionalità Memoria Persistente in gawk\fP
-.TH PM-GAWK 1 "12 agosto 2022" "Free Software Foundation" "Comandi di utilità "
+.TH PM-GAWK 1 "14 agosto 2022" "Free Software Foundation" "Comandi di utilità "
.SH NOME
gawk con memoria persistente \- dati e funzioni persistenti
.SH SINTASSI
@@ -68,11 +69,11 @@ Dimostrazione della persistenza di variabili:
.ft CW
$ \f(CBtruncate -s 1G deposito.pma\fP # creazione file-deposito
$ \f(CBexport GAWK_PERSIST_FILE=deposito.pma\fP # definizione variabile
d'ambiente
-$ \f(CBgawk 'BEGIN{print ++i}'\fP
+$ \f(CBgawk 'BEGIN{ print ++i }'\fP
1
-$ \f(CBgawk 'BEGIN{print ++i}'\fP
+$ \f(CBgawk 'BEGIN{ print ++i }'\fP
2
-$ \f(CBgawk 'BEGIN{print ++i}'\fP
+$ \f(CBgawk 'BEGIN{ print ++i }'\fP
3
.ft R
.fi
@@ -84,11 +85,11 @@ Per passare la variabile d'ambiente a livello di singolo
comando:
.nf
.ft CW
$ \f(CBunset GAWK_PERSIST_FILE\fP
-$ \f(CBGAWK_PERSIST_FILE=deposito.pma gawk 'BEGIN{print ++i}'\fP
+$ \f(CBGAWK_PERSIST_FILE=deposito.pma gawk 'BEGIN{ print ++i }'\fP
4
-$ \f(CBGAWK_PERSIST_FILE=deposito.pma gawk 'BEGIN{print ++i}'\fP
+$ \f(CBGAWK_PERSIST_FILE=deposito.pma gawk 'BEGIN{ print ++i }'\fP
5
-$ \f(CBGAWK_PERSIST_FILE=deposito.pma gawk 'BEGIN{print ++i}'\fP
+$ \f(CBGAWK_PERSIST_FILE=deposito.pma gawk 'BEGIN{ print ++i }'\fP
6
.ft R
.fi
@@ -101,9 +102,9 @@ a livello di ogni singolo comando si può definire un alias:
.nf
.ft CW
$ \f(CBalias pm='GAWK_PERSIST_FILE=deposito.pma'\fP
-$ \f(CBpm gawk 'BEGIN{print ++i}'\fP
+$ \f(CBpm gawk 'BEGIN{ print ++i }'\fP
7
-$ \f(CBpm gawk 'BEGIN{print ++i}'\fP
+$ \f(CBpm gawk 'BEGIN{ print ++i }'\fP
8
.ft R
.fi
@@ -115,9 +116,9 @@ Per evitare di attivare la persistenza:
.nf
.ft CW
$ \f(CBunset GAWK_PERSIST_FILE\fP
-$ \f(CBgawk 'BEGIN{print ++i}'\fP
+$ \f(CBgawk 'BEGIN{ print ++i }'\fP
1
-$ \f(CBgawk 'BEGIN{print ++i}'\fP
+$ \f(CBgawk 'BEGIN{ print ++i }'\fP
1
.ft R
.fi
@@ -176,6 +177,16 @@ Terence Kelly a uno o più dei seguenti indirizzi:
\f(CWtpkelly@eecs.umich.edu\fP,
o
\f(CWtpkelly@cs.princeton.edu\fP.
+.SH VEDERE ANCHE
+.IR gawk (1),
+\*(EP,
+e
+\*(PM.
+I due manuali dovrebbero essere disponibili in formato Info,
+se il comando Info è installato nel vostro sistema.
+.PP
+Vedere \f(CWhttps://web.eecs.umich.edu/~tpkelly/pma/\fP per
+l'ultima versione del codice sorgente e del manuale.
.SH PERMESSI DI COPIA
Copyright \(co 2022
Terence Kelly.
-----------------------------------------------------------------------
Summary of changes:
doc/it/ChangeLog | 5 +++++
doc/it/gawktexi.in | 2 ++
doc/it/pm-gawk.1 | 33 ++++++++++++++++++++++-----------
3 files changed, 29 insertions(+), 11 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4866-g0faf2f45,
Antonio Giovanni Colombo <=