From facdce2c1fca62d55887000313170f108c290447 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 26 Jan 2006 12:41:52 +0000 Subject: [PATCH] Fixed two typos. --- rsync.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsync.yo b/rsync.yo index f8d3f1e5..db914eb6 100644 --- a/rsync.yo +++ b/rsync.yo @@ -735,7 +735,7 @@ also for ensuring that you will get errors if the receiving side isn't being running as the super-user. To turn off super-user activities, the super-user can use bf(--no-super). -dit(bf(--chmod)) This options tells rsync to apply the listed "chmod" pattern +dit(bf(--chmod)) This option tells rsync to apply the listed "chmod" pattern to the permission of the files on the destination. In addition to the normal parsing rules specified in the chmod manpage, you can specify an item that should only apply to a directory by prefixing it with a 'D', or specify an @@ -853,7 +853,7 @@ See bf(--delete) (which is implied) for more details on file-deletion. dit(bf(--ignore-errors)) Tells bf(--delete) to go ahead and delete files even when there are I/O errors. -dit(bf(--force)) This options tells rsync to delete directories even if +dit(bf(--force)) This option tells rsync to delete directories even if they are not empty when they are to be replaced by non-directories. This is only relevant without bf(--delete) because deletions are now done depth-first. Requires the bf(--recursive) option (which is implied by bf(-a)) to have any effect. -- 2.34.1