gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2437-g59affb


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2437-g59affbb
Date: Wed, 22 Feb 2017 23:32:16 -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  59affbb0cb17cd7fbc575413d787669a68f72f5b (commit)
      from  7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc (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=59affbb0cb17cd7fbc575413d787669a68f72f5b

commit 59affbb0cb17cd7fbc575413d787669a68f72f5b
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Feb 23 06:31:59 2017 +0200

    Minor typo fix in doc.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index fb1adbd..f00eaa4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-23         Arnold D. Robbins     <address@hidden>
+
+       * gawk.1: "timezone" --> "time zone".
+       * awkcard.in: Update copyright year.
+
 2017-02-21         Andrew J. Schorr     <address@hidden>
 
        * gawk.1: Document new mktime optional 2nd utc-flag argument.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index 7c9eab7..418cc8d 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1,7 +1,7 @@
 .\" AWK Reference Card --- Arnold Robbins, address@hidden
 .\"
-.\" Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-.\" 2003, 2004, 2005, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
+.\" Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+.\" 2005, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
 .\" Free Software Foundation, Inc.
 .\" 
 .\" Permission is granted to make and distribute verbatim copies of
diff --git a/doc/gawk.1 b/doc/gawk.1
index c2181ac..2460a68 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -3130,8 +3130,8 @@ with year 0 preceding year 1 and year \-1 preceding year 
0.
 If
 .I utc-flag
 is present and is non-zero or non-null, the time is assumed to be in
-the UTC timezone; otherwise, the
-time is assumed to be in the local timezone.
+the UTC time zone; otherwise, the
+time is assumed to be in the local time zone.
 If the daylight saving flag is positive,
 the time is assumed to be daylight saving time;
 if zero, the time is assumed to be standard time;

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

Summary of changes:
 doc/ChangeLog  | 5 +++++
 doc/awkcard.in | 4 ++--
 doc/gawk.1     | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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