A couple manpage tweaks.
authorWayne Davison <wayne@opencoder.net>
Wed, 10 Aug 2022 00:26:23 +0000 (17:26 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 10 Aug 2022 00:55:01 +0000 (17:55 -0700)
rsync.1.md

index 72675594403af8151789d5a2ea9c448fef12d00e..627c4290078a267549e347c1652ce8e0ac70849b 100644 (file)
@@ -2439,10 +2439,9 @@ expand it.
       contents will have been verified when it was created.
 
     This option may help an under-powered client server if the extra pattern
-    matching is slowing things down on a huge transfer.  It can also be used
-    to work around a bug in the verification logic, possibly after using the
-    [`--list-only`](#opt) option combined with [`--trust-sender`](#opt) to look
-    over the full file list.
+    matching is slowing things down on a huge transfer.  It can also be used to
+    work around a currently-unknown bug in the verification logic, possibly
+    after using the [`--list-only`](#opt) option to approve the file list.
 
 0.  `--copy-as=USER[:GROUP]`
 
@@ -4047,8 +4046,8 @@ Here are some examples of exclude/include matching:
 - Option `-f'- foo/*/bar'` would exclude any file/dir named bar which is at two
   levels below a directory named foo (if foo is in the transfer)
 - Option `-f'- /foo/**/bar'` would exclude any file/dir named bar that was two
-  or more levels below the top-level directory named foo (exclude /foo/bar in a
-  separate rule, if desired)
+  or more levels below a top-level directory named foo (note that /foo/bar is
+  **not** excluded by this)
 - Options `-f'+ */' -f'+ *.c' -f'- *'` would include all directories and .c
   source files but nothing else
 - Options `-f'+ foo/' -f'+ foo/bar.c' -f'- *'` would include only the foo