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-4859-g89e026ad


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4859-g89e026ad
Date: Fri, 12 Aug 2022 05:51:20 -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, master has been updated
       via  89e026ad11b567e1a1115f0774c1d9ff04382755 (commit)
      from  ff1dc4bc8a287eaeb4814bc9685277e37a03d97a (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=89e026ad11b567e1a1115f0774c1d9ff04382755

commit 89e026ad11b567e1a1115f0774c1d9ff04382755
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Aug 12 12:51:01 2022 +0300

    Small fixes in doc/pm-gawk.1.

diff --git a/doc/pm-gawk.1 b/doc/pm-gawk.1
index 1c0259e5..ffb428d9 100644
--- a/doc/pm-gawk.1
+++ b/doc/pm-gawk.1
@@ -1,6 +1,6 @@
 .ds EP \fIGAWK: Effective AWK Programming\fP
 .ds PM \fIPersistent Memory gawk User Manual\fP
-.TH PM-GAWK 1 "Aug 11 2022" "Free Software Foundation" "Utility Commands"
+.TH PM-GAWK 1 "Aug 12 2022" "Free Software Foundation" "Utility Commands"
 .SH NAME
 persistent memory gawk \- persistent data and functions
 .SH SYNOPSIS
@@ -55,6 +55,7 @@ functions in addition to variables.
 .SH EXAMPLES
 .PP
 Demonstrate persistent variables:
+.sp .5
 .RS
 .nf
 .ft CW
@@ -65,11 +66,13 @@ $ \f(CBgawk 'BEGIN{print ++i}'\fP
 $ \f(CBgawk 'BEGIN{print ++i}'\fP
 2
 $ \f(CBgawk 'BEGIN{print ++i}'\fP
+3
 .ft R
 .fi
 .RE
 .PP
 To pass the environment variable on per-command basis:
+.sp .5
 .RS
 .nf
 .ft CW
@@ -85,6 +88,7 @@ $ \f(CBGAWK_PERSIST_FILE=heap.pma gawk 'BEGIN{print ++i}'\fP
 .RE
 .PP
 To reduce visual clutter of per-command environment variable passing:
+.sp .5
 .RS
 .nf
 .ft CW
@@ -98,6 +102,7 @@ $ \f(CBpm gawk 'BEGIN{print ++i}'\fP
 .RE
 .PP
 To refrain from activating persistence:
+.sp .5
 .RS
 .nf
 .ft CW
@@ -111,6 +116,7 @@ $ \f(CBgawk 'BEGIN{print ++i}'\fP
 .RE
 .PP
 To permanently ``forget'' the contents of the heap file:
+.sp .5
 .RS
 .nf
 .ft CW

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

Summary of changes:
 doc/pm-gawk.1 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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