A few more NEWS & man tweaks.
authorWayne Davison <wayne@opencoder.net>
Mon, 13 Jul 2020 23:07:46 +0000 (16:07 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 13 Jul 2020 23:14:27 +0000 (16:14 -0700)
NEWS.md
rsync.1.md

diff --git a/NEWS.md b/NEWS.md
index e7cbf53294019f25dc9dd5af0935f4c042281750..c83e0367c1b80b44a590f513743c5c08c4c260a6 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -36,7 +36,7 @@
  - Output file+line info on out-of-memory & overflow errors while also avoiding
    the output of alternate build-dir path info that is not useful to the user.
 
- - Improved the testsuite on FreeBSD.
+ - Improved the testsuite on FreeBSD & Cygwin.
 
  - Added some compatibility code for HPE NonStop platforms.
 
index 5be8029cbc61f4253ea059b37bc45ea1320aced5..919428731329d83a2ba8b3be4fff8d10d4e37bd0 100644 (file)
@@ -458,7 +458,7 @@ detailed description below for a complete description.
 --list-only              list the files instead of copying them
 --bwlimit=RATE           limit socket I/O bandwidth
 --stop-after=MINS        Stop rsync after MINS minutes have elapsed
---stop-at=y-m-dTh:m      Stop rsync at the specified moment in time
+--stop-at=y-m-dTh:m      Stop rsync at the specified point in time
 --write-batch=FILE       write a batched update to FILE
 --only-write-batch=FILE  like --write-batch but w/o updating dest
 --read-batch=FILE        read a batched update from FILE
@@ -3138,13 +3138,14 @@ your home directory (remove the '=' for that).
 
     The value can also be abbreviated in a variety of ways, such as specifying
     a 2-digit year and/or leaving off various values.  In all cases, the value
-    will be taken to be the next possible future moment where the supplied
+    will be taken to be the next possible point in time where the supplied
     information matches.  If the value specifies the current time or a past
     time, rsync exits with an error.
 
     For example, "1-30" specifies the next January 30th (at midnight local
     time), "14:00" specifies the next 2 P.M., "1" specifies the next 1st of the
-    month at midnight, and ":59" specifies the next 59th minute after the hour.
+    month at midnight, "31" specifies the next month where we can stop on its
+    31st day, and ":59" specifies the next 59th minute after the hour.
 
     For maximal flexibility, rsync does not communicate this option to the
     remote rsync since it is usually enough that one side of the connection