From ddf8c2b0b215a97de07fc8afadc7a7742a50ee1f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 12 Oct 2007 01:12:05 +0000 Subject: [PATCH] Improvements suggested by Matt's improved manpage. --- rsync.yo | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/rsync.yo b/rsync.yo index fea0a8a1..993fa887 100644 --- 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() -- 2.34.1