X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4dc67d5e3090ebdd7e2987425fef0f0f15326118..2d81114b23021d1e51a8b5fc7c4871126680e13d:/rsync.yo diff --git a/rsync.yo b/rsync.yo index a3ff9b8e..0cad5bda 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsync)(1)(22 Feb 2005)()() +manpage(rsync)(1)(28 Feb 2005)()() manpagename(rsync)(faster, flexible replacement for rcp) manpagesynopsis() @@ -193,8 +193,8 @@ Using rsync in this way is the same as using it with a remote shell except that: itemize( - it() you use a double colon :: instead of a single colon to - separate the hostname from the path or an rsync:// URL. + it() you either use a double colon :: instead of a single colon to + separate the hostname from the path, or you use an rsync:// URL. it() the remote server may print a message of the day when you connect. it() if you specify no path name on the remote server then the @@ -1256,8 +1256,8 @@ The options allowed when starting an rsync daemon are as follows: startdit() dit(bf(--daemon)) This tells rsync that it is to run as a daemon. The -daemon may be accessed using the bf(host::module) or -bf(rsync://host/module/) syntax. +daemon you start running may be accessed using an rsync client using +the bf(host::module) or bf(rsync://host/module/) syntax. If standard input is a socket then rsync will assume that it is being run via inetd, otherwise it will detach from the current terminal and