X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6c7c2ef3721db5601ff2a478a0c34e045c866b10..117af10225d7efd286ffd77ff550644985ce0918:/rsync.yo diff --git a/rsync.yo b/rsync.yo index c0f2fc82..e227440c 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsync)(1)(1 Dec 1998)()() +manpage(rsync)(1)(7 Dec 1998)()() manpagename(rsync)(faster, flexible replacement for rcp) manpagesynopsis() @@ -616,11 +616,11 @@ itemize( only against the final component of the filename. it() if the pattern starts with "+ " (a plus followed by a space) - then it is always considered a include pattern, even if specified as + then it is always considered an include pattern, even if specified as part of an exclude option. The "+ " part is discarded before matching. it() if the pattern starts with "- " (a minus followed by a space) - then it is always considered a exclude pattern, even if specified as + then it is always considered an exclude pattern, even if specified as part of an include option. The "- " part is discarded before matching. it() if the pattern is a single exclamation mark ! then the current @@ -659,7 +659,7 @@ verb( ) then look at out.dat. If everything is working correctly then out.dat -should be a zero length file. You you are getting the above error from +should be a zero length file. If you are getting the above error from rsync then you will probably find that out.dat contains some text or data. Look at the contents and try to work out what is producing it. The most common cause is incorrectly configured shell startup