From 97f40754babb503140e1516b759c501ea8fb22b4 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 9 Aug 2022 17:26:23 -0700 Subject: [PATCH] A couple manpage tweaks. --- rsync.1.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/rsync.1.md b/rsync.1.md index 72675594..627c4290 100644 --- a/rsync.1.md +++ b/rsync.1.md @@ -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 -- 2.47.2