Got rid of an errant newline.
authorWayne Davison <wayned@samba.org>
Wed, 15 Mar 2006 16:54:13 +0000 (16:54 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 15 Mar 2006 16:54:13 +0000 (16:54 +0000)
rsync.yo

index 64669f7..6c1c8ad 100644 (file)
--- 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 '[' .