From 59affbb0cb17cd7fbc575413d787669a68f72f5b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 23 Feb 2017 06:31:59 +0200 Subject: Minor typo fix in doc. --- doc/ChangeLog | 5 +++++ doc/awkcard.in | 4 ++-- doc/gawk.1 | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'doc') 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 + + * gawk.1: "timezone" --> "time zone". + * awkcard.in: Update copyright year. + 2017-02-21 Andrew J. Schorr * 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 diff --git a/doc/gawk.1 b/doc/gawk.1 index c2181ac9..2460a686 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; -- cgit v1.2.3