X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/adc2476fa213797d849ae80fa8b5fcd9eba5dc4f..6d301fa3de32d35cd88b113aef720676a4fbc573:/rsync.yo 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:]].