X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/14d43f1fcf4904f401a0cb38efb921b29a6652b1..5d5811f7d9e64265130951007b14a6d88a2425b6:/rsync.yo diff --git a/rsync.yo b/rsync.yo index f5276583..0885dd6c 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1,5 +1,5 @@ -mailto(rsync-bugs@samba.anu.edu.au) -manpage(rsync)(1)(11 Nov 1998)()() +mailto(rsync-bugs@samba.org) +manpage(rsync)(1)(24 Nov 1998)()() manpagename(rsync)(faster, flexible replacement for rcp) manpagesynopsis() @@ -637,7 +637,10 @@ itemize( it() --exclude "/foo" would exclude a file in the base directory called foo it() --exclude "foo/" would exclude any directory called foo it() --include "*/" --include "*.c" --exclude "*" would include all - directories and C source files. + directories and C source files + it() --include "foo/" --include "foo/bar.c" --exclude "*" would include + only foo/bar.c (the foo/ directory must be explicitly included or + it would be excluded by the "*") ) manpagesection(DIAGNOSTICS) @@ -708,7 +711,7 @@ values see also the comments on the --delete option Please report bugs! The rsync bug tracking system is online at -url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/) +url(http://rsync.samba.org/rsync/)(http://rsync.samba.org/rsync/) manpagesection(VERSION) This man page is current for version 2.0 of rsync @@ -718,16 +721,16 @@ manpagesection(CREDITS) rsync is distributed under the GNU public license. See the file COPYING for details. -The primary ftp site for rsync is -url(ftp://samba.anu.edu.au/pub/rsync)(ftp://samba.anu.edu.au/pub/rsync). - A WEB site is available at -url(http://samba.anu.edu.au/rsync/)(http://samba.anu.edu.au/rsync/) +url(http://rsync.samba.org/)(http://rsync.samba.org/) + +The primary ftp site for rsync is +url(ftp://rsync.samba.org/pub/rsync)(ftp://rsync.samba.org/pub/rsync). We would be delighted to hear from you if you like this program. -This program uses the zlib compression library written by Jean-loup -Gailly and Mark Adler. +This program uses the excellent zlib compression library written by +Jean-loup Gailly and Mark Adler. manpagesection(THANKS) @@ -739,6 +742,6 @@ probably missed some people, my apologies if I have. manpageauthor() rsync was written by Andrew Tridgell and Paul Mackerras. They may be -contacted via email at tridge@samba.anu.edu.au and +contacted via email at tridge@samba.org and Paul.Mackerras@cs.anu.edu.au