>From 0bf5a761f6d17840c4a719156e7887d48592647e Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Fri, 8 Oct 2021 14:20:44 -0700
Subject: [PATCH] Fix zic.8 typos
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* zic.8: Omit a stray “of” (thanks to Jonathan Wakely).
Also, omit a stray “effect,”.
---
 zic.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zic.8 b/zic.8
index ea7bab9..3727922 100644
--- a/zic.8
+++ b/zic.8
@@ -523,8 +523,8 @@ begin the field with a minus sign if time must be subtracted from UT.
 .B RULES
 The name of the rules that apply in the timezone or,
 alternatively, a field in the same format as a rule-line SAVE column,
-giving of the amount of time to be added to local standard time
-effect, and whether the resulting time is standard or daylight saving.
+giving the amount of time to be added to local standard time
+and whether the resulting time is standard or daylight saving.
 If this field is
 .B \*-
 then standard time always applies.
-- 
2.30.2

