Fix a broken link & make a tweak.
authorWayne Davison <wayne@opencoder.net>
Tue, 18 Jan 2022 04:44:16 +0000 (20:44 -0800)
committerWayne Davison <wayne@opencoder.net>
Tue, 18 Jan 2022 04:44:16 +0000 (20:44 -0800)
rsync.1.md

index 703d0f170e531673456a83b92b58fc08d8164d5c..b5685d3fd1cc62d9c64802f0ebdca80c23813833 100644 (file)
@@ -169,15 +169,15 @@ spaces from the local shell but not also from the remote shell:
 
 >     rsync -aiv host:'a simple file.pdf' /dest/
 
-Older versions of rsync only allowed specifying one remote-source arg, so it
-required the remote side to split the args at a space.  You can still get this
-old-style arg splitting by using the [`--old-args`](#opt) option:
+Really old versions of rsync only allowed specifying one remote-source arg, so
+it required the remote side to split the args at a space.  You can still get
+this old-style arg splitting by using the [`--old-args`](#opt) option:
 
 >     rsync -ai --old-args host:'dir1/file1 dir2/file2' /dest
 >     rsync -ai --old-args host::'modname/dir1/file1 modname/dir2/file2' /dest
 
-See that option's section for an environment variable that can be exported to
-help old scripts.
+See that option's section for an [environment variable](#RSYNC_OLD_ARGS) that
+can be exported to help old scripts.
 
 ## CONNECTING TO AN RSYNC DAEMON
 
@@ -2331,7 +2331,7 @@ your home directory (remove the '=' for that).
     character-set.  The translation happens before wild-cards are expanded.
     See also the [`--files-from`](#opt) option.
 
-    You may also control this setting via the [`RSYNC_PROTECT_ARGS`)(#)
+    You may also control this setting via the [`RSYNC_PROTECT_ARGS`](#)
     environment variable.  If it has a non-zero value, this setting will be
     enabled by default, otherwise it will be disabled by default.  Either state
     is overridden by a manually specified positive or negative version of this