From 7fdb3bdab98bea4d367423c631be9964df7e03a9 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 14 Sep 2008 19:57:02 -0700 Subject: [PATCH] Remove bogus "non-empty" qualifier in '*' discussion. --- rsync.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.yo b/rsync.yo index 79cbf07d..6eb226fb 100644 --- a/rsync.yo +++ b/rsync.yo @@ -2401,7 +2401,7 @@ itemization( it() rsync chooses between doing a simple string match and wildcard matching by checking if the pattern contains one of these three wildcard characters: '*', '?', and '[' . - it() a '*' matches any non-empty path component (it stops at slashes). + it() a '*' matches any path component, but it stops at slashes. it() use '**' to match anything, including slashes. it() a '?' matches any character except a slash (/). it() a '[' introduces a character class, such as [a-z] or [[:alpha:]]. -- 2.34.1