gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-5489-gb4665881


From: Antonio Giovanni Colombo
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5489-gb4665881
Date: Mon, 12 Feb 2024 15:43:38 -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, master has been updated
       via  b46658819d1b92c887e04eb8e1a7ce5e9acf5e6d (commit)
      from  dcb0631fd9631068ade13c4d7a63436704aed74e (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=b46658819d1b92c887e04eb8e1a7ce5e9acf5e6d

commit b46658819d1b92c887e04eb8e1a7ce5e9acf5e6d
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date:   Mon Feb 12 21:42:52 2024 +0100

    clarification about symbolic and hard links in "sed"

diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index 1f694b09..be69782c 100755
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2024-02-12         Antonio Giovanni Colombo   <azc100@gmail.com>
+
+       * gawk.texi: Updated.
+
 2024-01-29         Antonio Giovanni Colombo   <azc100@gmail.com>
 
        * gawk.texi: Updated.
diff --git a/doc/it/gawk.texi b/doc/it/gawk.texi
index 2a77c8b5..7e3fbecf 100644
--- a/doc/it/gawk.texi
+++ b/doc/it/gawk.texi
@@ -43771,7 +43771,13 @@ else
 L'estensione @code{inplace} svolge un lavoro simile a quello
 dell'opzione @option{-i} nel programma di utilit@`a GNU @command{sed},
 che svolge delle funzioni di modifica ``al volo'' su ogni file in input.
-Viene usato il file @file{inplace.awk}, caricato dinamicamente, per richiamare
+Come il comando GNU @command{sed}, l'estensione @code{inplace} 
+sostituisce i collegamenti (sia simbolici che fisici) con dei nuovi file.
+Se si vuole operare sul file originale (e non sui collegamenti al file
+stesso), occorre prima procurarsi il suo percorso completo, per esempio
+utilizzando il comando @command{realpath}, che fa parte del pacchetto GNU
+Coreutils.
+Si usa il file @file{inplace.awk}, caricato dinamicamente, per richiamare
 l'estensione in maniera corretta:
 
 @example

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

Summary of changes:
 doc/it/ChangeLog | 4 ++++
 doc/it/gawk.texi | 8 +++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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