diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-23 06:31:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-02-23 06:31:59 +0200 |
commit | 59affbb0cb17cd7fbc575413d787669a68f72f5b (patch) | |
tree | d33e3287e6568b5ee2a5395e952829e80545d474 /doc | |
parent | 7704e90c4f3aa4b3ce093bd9d67dee2b70f5acbc (diff) | |
download | egawk-59affbb0cb17cd7fbc575413d787669a68f72f5b.tar.gz egawk-59affbb0cb17cd7fbc575413d787669a68f72f5b.tar.bz2 egawk-59affbb0cb17cd7fbc575413d787669a68f72f5b.zip |
Minor typo fix in doc.
Diffstat (limited to 'doc')
-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; |