From 3f137ce0e20e0c20ad9fd1ccc30a2ade2da9b470 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 7 May 2009 08:02:17 -0700 Subject: [PATCH] Fix typo pointed out by Chris Pepper. --- rsync.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.yo b/rsync.yo index 2c1a34bc..7e8cb0e6 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1018,7 +1018,7 @@ all groups (not just the current user's groups) via the bf(--groups) option, and copying devices via the bf(--devices) option. This is useful for systems that allow such activities without being the super-user, and 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 +being run as the super-user. To turn off super-user activities, the super-user can use bf(--no-super). dit(bf(--fake-super)) When this option is enabled, rsync simulates -- 2.11.4.GIT