Tweak a couple links.
authorWayne Davison <wayne@opencoder.net>
Wed, 24 Aug 2022 04:05:54 +0000 (21:05 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 24 Aug 2022 04:12:26 +0000 (21:12 -0700)
rsync.1.md

index dfdd7df3d9cf817d47f6912a210c9cd3dda201bf..4d0b8ecaa379271877546e4277e61757cfb440ec 100644 (file)
@@ -198,13 +198,13 @@ See the [`--trust-sender`](#opt) option for additional details.
 CAUTION: it is not particularly safe to use rsync to copy files from a
 case-preserving filesystem to a case-ignoring filesystem.  If you must perform
 such a copy, you should either disable symlinks via `--no-links` or enable the
-munging of symlinks via [`--munge-links`](#opt)) (and make sure you use the
+munging of symlinks via [`--munge-links`](#opt) (and make sure you use the
 right local or remote option).  This will prevent rsync from doing potentially
 dangerous things if a symlink name overlaps with a file or directory. It does
 not, however, ensure that you get a full copy of all the files (since that may
 not be possible when the names overlap). A potentially better solution is to
 list all the source files and create a safe list of filenames that you pass to
-the [`--files-from`)(#opt) option.  Any files that conflict in name would need
+the [`--files-from`](#opt) option.  Any files that conflict in name would need
 to be copied to different destination directories using more than one copy.
 
 While a copy of a case-ignoring filesystem to a case-ignoring filesystem can