[SCM] The rsync repository. - branch master updated

2019-01-08 Thread Rsync CVS commit messages
The branch, master has been updated
   via  e5610f18 Avoid a yodl macro warning.
  from  c3761706 Make sure that some memory zeroing always happens.

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


- Log -
commit e5610f1877ebb2a3fa7fb864d78cf41d0246701d
Author: Wayne Davison 
Date:   Tue Jan 8 16:39:48 2019 -0800

Avoid a yodl macro warning.

---

Summary of changes:
 rsyncd.conf.yo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
index c041cf93..8f004ae6 100644
--- a/rsyncd.conf.yo
+++ b/rsyncd.conf.yo
@@ -83,7 +83,7 @@ default for that parameter.
 
 You may use references to environment variables in the values of parameters.
 String parameters will have %VAR% references expanded as late as possible (when
-the string is used in the program), allowing for the use of variables that
+the string is first used in the program), allowing for the use of variables 
that
 rsync sets at connection time, such as RSYNC_USER_NAME.  Non-string parameters
 (such as true/false settings) are expanded when read from the config file.  If
 a variable does not exist in the environment, or if a sequence of characters is
@@ -819,7 +819,7 @@ are run using the permissions of the user that started the 
daemon (not the
 module's uid/gid setting) without any chroot restrictions.
 
 These settings honor 2 environment variables: use RSYNC_SHELL to set a shell to
-use when running the command (which otherwise uses your system() call's default
+use when running the command (which otherwise uses your code(system()) call's 
default
 shell), and use RSYNC_NO_XFER_EXEC to disable both options completely.
 
 )


-- 
The rsync repository.

___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] The rsync repository. - branch master updated

2019-01-08 Thread Rsync CVS commit messages
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 
Date:   Tue Jan 8 13:38:19 2019 -0800

Avoid a yodl macro warning.

commit b4c1b27e03d470f757e6d3ff98172bad865ed6c3
Author: Wayne Davison 
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.

___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs