Improvements suggested by Matt's improved manpage.
authorWayne Davison <wayned@samba.org>
Fri, 12 Oct 2007 01:12:05 +0000 (01:12 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 12 Oct 2007 01:12:05 +0000 (01:12 +0000)
rsync.yo

index fea0a8a..993fa88 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -1,23 +1,21 @@
 mailto(rsync-bugs@samba.org)
 manpage(rsync)(1)(11 Oct 2007)()()
-manpagename(rsync)(faster, flexible replacement for rcp)
+manpagename(rsync)(a fast, versatile, remote (and local) file-copying tool)
 manpagesynopsis()
 
-rsync [OPTION]... SRC [SRC]... DEST
+verb(Local:  rsync [OPTION...] SRC... [DEST]
 
-rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
+Transfer via remote shell:
+  Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST]
+  Push: rsync [OPTION...] SRC... [USER@]HOST:DEST
 
-rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
+Transfer via rsync daemon:
+  Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST]
+        rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST]
+  Push: rsync [OPTION...] SRC... [USER@]HOST::DEST
+        rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST)
 
-rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
-
-rsync [OPTION]... SRC
-
-rsync [OPTION]... [USER@]HOST:SRC [DEST]
-
-rsync [OPTION]... [USER@]HOST::SRC [DEST]
-
-rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
+Usages without a DEST list the source files instead of copying.
 
 manpagedescription()