git: a7096a69efcd - stable/14 - date(1): Grammar fixes

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Thu, 02 May 2024 20:53:06 UTC
The branch stable/14 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a7096a69efcda1451112cd2a65e75bc9e19ef5e5

commit a7096a69efcda1451112cd2a65e75bc9e19ef5e5
Author:     Chia-Jung Chang <maluma110020036@gapp.nthu.edu.tw>
AuthorDate: 2024-01-12 01:58:35 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-05-02 20:52:37 +0000

    date(1): Grammar fixes
    
    Event:          Advanced UNIX programming course (Fall'23) at NTHU
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1035
    
    (cherry picked from commit 8e9fc2d9f657f99ae368524868dd04080bc390bf)
---
 bin/date/date.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/date/date.1 b/bin/date/date.1
index 90e8c1bda81b..bf7c961314a2 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -225,8 +225,8 @@ day, week day, month or year according to
 .Ar val .
 If
 .Ar val
-is preceded with a plus or minus sign,
-the date is adjusted forwards or backwards according to the remaining string,
+is preceded by a plus or minus sign,
+the date is adjusted forward or backward according to the remaining string,
 otherwise the relevant part of the date is set.
 The date can be adjusted as many times as required using these flags.
 Flags are processed in the order given.
@@ -286,7 +286,7 @@ will be necessary to reach October 29, 2:30.
 .Pp
 When the date is adjusted to a specific value that does not actually exist
 (for example March 26, 1:30 BST 2000 in the Europe/London timezone),
-the date will be silently adjusted forwards in units of one hour until it
+the date will be silently adjusted forward in units of one hour until it
 reaches a valid time.
 When the date is adjusted to a specific value that occurs twice
 (for example October 29, 1:30 2000),