From: Wayne Davison Date: Wed, 15 Mar 2006 16:54:13 +0000 (+0000) Subject: Got rid of an errant newline. X-Git-Tag: v2.6.8pre1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a8a360a56c6e09840ff8fef932aca819725904;p=thirdparty%2Frsync.git Got rid of an errant newline. --- diff --git a/rsync.yo b/rsync.yo index 64669f76..6c1c8ad5 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1880,7 +1880,6 @@ itemize( of the transfer. it() if the pattern ends with a / then it will only match a directory, not a file, link, or device. - 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 '[' .