diff options
author | David Dykstra <dwd@samba.org> | 2001-05-24 18:01:56 +0000 |
---|---|---|
committer | David Dykstra <dwd@samba.org> | 2001-05-24 18:01:56 +0000 |
commit | 089e73f8d690a819cd79d26cfc711af78d916478 (patch) | |
tree | 394b11670a83a3801956d8d4823853e69fd7d061 /rsync.yo | |
parent | 2c5548d25e4e62819a4eb906b85d62f134782681 (diff) | |
download | rsync-089e73f8d690a819cd79d26cfc711af78d916478.tar.gz rsync-089e73f8d690a819cd79d26cfc711af78d916478.tar.bz2 rsync-089e73f8d690a819cd79d26cfc711af78d916478.zip |
Ran rsync.yo through yodl2man to produce rsync.1. I found that the string
"file(s)" in rsync.yo was being improperly translated by yodl2man so I
changed it to just "files".
Diffstat (limited to 'rsync.yo')
-rw-r--r-- | rsync.yo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -578,7 +578,7 @@ temporary destination until they have a chance to be completed. If DIR is a relative path, it is relative to the destination directory. dit(bf(-z, --compress)) With this option, rsync compresses any data from -the source file(s) which it sends to the destination machine. This +the files that it sends to the destination machine. This option is useful on slow links. The compression method used is the same method that gzip uses. |