diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/awkcard.in | 4 | ||||
-rw-r--r-- | doc/gawk.1 | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index fb1adbde..f00eaa4b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2017-02-23 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1: "timezone" --> "time zone". + * awkcard.in: Update copyright year. + 2017-02-21 Andrew J. Schorr <aschorr@telemetry-investments.com> * gawk.1: Document new mktime optional 2nd utc-flag argument. diff --git a/doc/awkcard.in b/doc/awkcard.in index 7c9eab75..418cc8d9 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1,7 +1,7 @@ .\" AWK Reference Card --- Arnold Robbins, arnold@skeeve.com .\" -.\" 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 @@ -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; |