Mention the latest changes.
[rsync/rsync.git] / rsync.yo
index ed254a9..f273604 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -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
@@ -1056,10 +1056,10 @@ quote(itemize(
   without bf(--times).
   it() A bf(p) means the permissions are different and are being updated to
   the server's value (requires bf(--perms)).
-  it() An bf(o) means the owner is being updated to the server's value
-  (requires bf(--owner) and root privileges).
-  it() A bf(g) means the group is being updated to the server's value
-  (requires bf(--group) and the authority to set the requested group).
+  it() An bf(o) means the owner is different and is being updated to the
+  server's value (requires bf(--owner) and root privileges).
+  it() A bf(g) means the group is different and is being updated to the
+  server's value (requires bf(--group) and the authority to set the group).
 ))
 
 One other output is possible:  when deleting files, the "%i" will output
@@ -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