diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-20 06:26:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-20 06:26:45 +0000 |
commit | 3b392e207ab4ebcba1b96df932e72cabf58ad672 (patch) | |
tree | c94b2bf958da9f466811fea232f2595e95fbaeb1 /app-arch | |
parent | old (diff) | |
download | gentoo-2-3b392e207ab4ebcba1b96df932e72cabf58ad672.tar.gz gentoo-2-3b392e207ab4ebcba1b96df932e72cabf58ad672.tar.bz2 gentoo-2-3b392e207ab4ebcba1b96df932e72cabf58ad672.zip |
update manpage to include rsync info #112994 by Heikki Orsila
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gzip/files/gzip-1.3.5-rsync.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-arch/gzip/files/gzip-1.3.5-rsync.patch b/app-arch/gzip/files/gzip-1.3.5-rsync.patch index 6f4d7f22fd8e..13ba54ef7971 100644 --- a/app-arch/gzip/files/gzip-1.3.5-rsync.patch +++ b/app-arch/gzip/files/gzip-1.3.5-rsync.patch @@ -277,3 +277,21 @@ Debian & Fedora use this, so let's join the party :p. } return compressed_len >> 3; +--- gzip-1.3.5/gzip.1 ++++ gzip-1.3.5/gzip.1 +@@ -290,6 +290,15 @@ + .I gunzip + ). + .TP ++.B --rsyncable ++While compressing, synchronize the output occasionally based on the input. ++This increases size by less than 1 percent most cases, but means that the ++.BR rsync (1) ++program can much more efficiently syncronize files compressed with this flag. ++.I gunzip ++cannot tell the difference between a compressed file created with this option, ++and one created without it. ++.TP + .B \-S .suf --suffix .suf + Use suffix .suf instead of .gz. Any suffix can be given, but suffixes + other than .z and .gz should be avoided to avoid confusion when files |