[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Tue Jan 8 21:39:26 UTC 2019


The branch, master has been updated
       via  48163179 Avoid a yodl macro warning.
       via  b4c1b27e Fix 2 spelling errors pointed out by bug 13734.
      from  c90b87e0 Avoid a failed test if dirs report 1 hlink (e.g. WSL weirdness).

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 48163179ebb1cc79a207a8cd80bb11c1f455bc00
Author: Wayne Davison <wayned at samba.org>
Date:   Tue Jan 8 13:38:19 2019 -0800

    Avoid a yodl macro warning.

commit b4c1b27e03d470f757e6d3ff98172bad865ed6c3
Author: Wayne Davison <wayned at samba.org>
Date:   Tue Jan 8 13:29:18 2019 -0800

    Fix 2 spelling errors pointed out by bug 13734.

-----------------------------------------------------------------------

Summary of changes:
 rsync.yo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/rsync.yo b/rsync.yo
index 99177363..7bf005cc 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -238,7 +238,7 @@ which forwards all data to port 873 (the rsync daemon) on the targethost
 
 Note also that if the RSYNC_SHELL environment varibable is set, that
 program will be used to run the RSYNC_CONNECT_PROG command instead of
-using the default shell of the system() call.
+using the default shell of the code(system()) call.
 
 manpagesection(USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION)
 
@@ -1330,7 +1330,7 @@ batch-writing option is in effect.
 
 dit(bf(--checksum-choice=STR)) This option overrides the checksum algoriths.
 If one algorithm name is specified, it is used for both the transfer checksums
-and (assuming bf(--checksum) is specifed) the pre-transfer checksumming. If two
+and (assuming bf(--checksum) is specified) the pre-transfer checksumming. If two
 comma-separated names are supplied, the first name affects the transfer
 checksums, and the second name affects the pre-transfer checksumming.
 
@@ -2340,7 +2340,7 @@ units of 1024.
 
 The default is human-readable level 1.  Each bf(-h) option increases the level
 by one.  You can take the level down to 0 (to output numbers as pure digits) by
-specifing the bf(--no-human-readable) (bf(--no-h)) option.
+specifying the bf(--no-human-readable) (bf(--no-h)) option.
 
 The unit letters that are appended in levels 2 and 3 are: K (kilo), M (mega),
 G (giga), or T (tera).  For example, a 1234567-byte file would output as 1.23M


-- 
The rsync repository.



More information about the rsync-cvs mailing list