Added a missing comma.

This commit is contained in:
Wayne Davison
2006-02-05 07:00:21 +00:00
parent 77ed253c73
commit 1f77038ef2

View File

@@ -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