Document the latest %i output.
authorWayne Davison <wayned@samba.org>
Sun, 13 Mar 2005 05:36:13 +0000 (05:36 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 13 Mar 2005 05:36:13 +0000 (05:36 +0000)
rsync.yo

index b2a8ad9..1d9f9f0 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -1054,7 +1054,7 @@ The "%i" escape has a cryptic output that is 9 letters long.  The general
 format is like the string bf(UXcstpoga)), where bf(U) is replaced by the
 kind of update being done, bf(X) is replaced by the file-type, and the
 other letters represent attributes that may be output if they are being
 format is like the string bf(UXcstpoga)), where bf(U) is replaced by the
 kind of update being done, bf(X) is replaced by the file-type, and the
 other letters represent attributes that may be output if they are being
-updated.
+modified.
 
 The update types that replace the bf(U) are as follows:
 
 
 The update types that replace the bf(U) are as follows:
 
@@ -1064,13 +1064,11 @@ quote(itemize(
   it() A bf(>) means that a file is being transferred to the remote host
   (sent).
   it() A bf(c) means that a local change/creation is occuring for the item
   it() A bf(>) means that a file is being transferred to the remote host
   (sent).
   it() A bf(c) means that a local change/creation is occuring for the item
-  (such as the creation of a directory or a symlink).
+  (such as the creation of a directory or the changing of a symlink, etc.).
   it() A bf(h) means that the item is a hard-link to another item (requires
   bf(--hard-links)).
   it() A bf(h) means that the item is a hard-link to another item (requires
   bf(--hard-links)).
-  it() A bf(.) means that the item only has attributes that are being
-  changed.
-  it() A bf(=) means that the item is identical (this only only output for
-  higher levels of verbosity).
+  it() A bf(.) means that the item is not being updated (though it might
+  have attributes that are being modified).
 ))
 
 The file-types that replace the bf(X) are: bf(f) for a file, a bf(d) for a
 ))
 
 The file-types that replace the bf(X) are: bf(f) for a file, a bf(d) for a
@@ -1106,7 +1104,7 @@ quote(itemize(
 ))
 
 One other output is possible:  when deleting files, the "%i" will output
 ))
 
 One other output is possible:  when deleting files, the "%i" will output
-the string "deleting" for each item that is being removed (assuming that
+the string "*deleting" for each item that is being removed (assuming that
 you are talking to a recent enough rsync that it logs deletions instead of
 outputting them as a verbose message).
 
 you are talking to a recent enough rsync that it logs deletions instead of
 outputting them as a verbose message).