Added a missing comma.
authorWayne Davison <wayned@samba.org>
Sun, 5 Feb 2006 07:00:21 +0000 (07:00 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 5 Feb 2006 07:00:21 +0000 (07:00 +0000)
rsync.yo

index e0484ca..ac83d3a 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -702,7 +702,7 @@ such as bf(cp)(1) and bf(tar)(1).
 
 In summary: to give destination files (both old and new) the source
 permissions, use bf(--perms).  To give new files the destination-default
-permissions (while leaving existing files unchanged) make sure that the
+permissions (while leaving existing files unchanged), make sure that the
 bf(--perms) option is off and use bf(--chmod=ugo=rwX) (which ensures that
 all non-masked bits get enabled).  If you'd care to make this latter
 behavior easier to type, you could define a popt alias for it, such as