gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/pma2, updated. gawk-4.1.0-4770-g61f2a5e0


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/pma2, updated. gawk-4.1.0-4770-g61f2a5e0
Date: Fri, 24 Jun 2022 04:08:42 -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/pma2 has been updated
       via  61f2a5e0e48e050b8f73b127202af068b8cb574b (commit)
      from  2b84c068b0568b4efaf93f9f6ffeaf2105295de7 (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=61f2a5e0e48e050b8f73b127202af068b8cb574b

commit 61f2a5e0e48e050b8f73b127202af068b8cb574b
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jun 24 11:08:22 2022 +0300

    Update awkcard.in.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 22fc3c3d..926763b1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-24         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * awkcard.in (Environment Variables): Shorten text and add
+       GAWK_PERSIST_FILE description.
+
 2022-06-22         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Persistent Memory): Additional updates.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index 9c1095de..64adab76 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -2,7 +2,7 @@
 .\"
 .\" Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 .\" 2005, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018,
-.\" 2019, 2020, 2021
+.\" 2019, 2020, 2021, 2022
 .\" Free Software Foundation, Inc.
 .\" 
 .\" Permission is granted to make and distribute verbatim copies of
@@ -100,7 +100,7 @@ Variables  5\*(CX
 \*(CD
 .SL
 .nf
-\*(FRCopyright \(co 1996\(en2005, 2007, 2009\(en2021
+\*(FRCopyright \(co 1996\(en2005, 2007, 2009\(en2022
 Free Software Foundation, Inc.
 .nf
 .BT
@@ -1154,15 +1154,11 @@ lp8 lp8 lp8 lp8.
 .\" --- Environment Variables
 .ES
 .fi
-\*(CDThe environment variable \*(FCAWKPATH\fP specifies a search path to use
+\*(CD\*(FCAWKPATH\fP specifies a search path to use
 when finding source files named with the \*(FC\-f\fP and \*(FC\-i\fP
 options.
-The default path is
-\*(FC".:/usr/local/share/awk"\*(FR.
-If a source file name contains a ``/'' character,
-no path search is performed.
 .sp .5
-The variable \*(FCAWKLIBPATH\fP
+\*(FCAWKLIBPATH\fP
 specifies the search path for dynamic extensions to use
 with \*(FC@load\fP and the \*(FC\-l\fP option.
 .sp .5
@@ -1171,11 +1167,12 @@ For socket communication,
 controls the number of connection retries, and
 \*(FCGAWK_MSEC_SLEEP\fP controls
 the interval between retries.
-The interval is in milliseconds. On systems that do not support
-\*(FIusleep\fP(3),
-the value is rounded up to an integral number of seconds.
+The interval is in milliseconds.
 .sp .5
-The value of \*(FCGAWK_READ_TIMEOUT\fP specifies the time, in milliseconds,
+\*(FCGAWK_PERSIST_FILE\fP specifies a backing store file to use
+for persistent storage. See the manual for details.
+.sp .5
+\*(FCGAWK_READ_TIMEOUT\fP specifies the time, in milliseconds,
 for \*(GK to
 wait for input before returning with an error.
 .sp .5
@@ -2014,7 +2011,7 @@ maintains it.\*(CX
 .ES
 .fi
 \*(CDCopyright \(co 1996\(en2005,
-2007, 2009\(en2021 Free Software Foundation, Inc.
+2007, 2009\(en2022 Free Software Foundation, Inc.
 .sp .5   
 Permission is granted to make and distribute verbatim copies of this
 reference card provided the copyright notice and this permission notice

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

Summary of changes:
 doc/ChangeLog  |  5 +++++
 doc/awkcard.in | 23 ++++++++++-------------
 2 files changed, 15 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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