diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-03-04 14:23:19 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-03-04 14:23:19 +0400 |
commit | 59ad6e21eac75fcdd3aeb84b430e32a3366c2fec (patch) | |
tree | 4b042e46f76e90fc14ed63b6a2ad82c6804b540a /zip/patches/01-typo-it-is-transferring-not-transfering | |
parent | ceaa1852eeab8151817dc3986136be98d586fa08 (diff) | |
download | cibs-pkgs-59ad6e21eac75fcdd3aeb84b430e32a3366c2fec.tar.gz |
zip 3.0 with Debian patches
Diffstat (limited to 'zip/patches/01-typo-it-is-transferring-not-transfering')
-rw-r--r-- | zip/patches/01-typo-it-is-transferring-not-transfering | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/zip/patches/01-typo-it-is-transferring-not-transfering b/zip/patches/01-typo-it-is-transferring-not-transfering new file mode 100644 index 0000000..3d1b9cb --- /dev/null +++ b/zip/patches/01-typo-it-is-transferring-not-transfering @@ -0,0 +1,27 @@ +From: A Costa <agcosta@gis.net> +Subject: manpage typo: transfering -> transferring +Bug-Debian: http://bugs.debian.org/301914 +X-Debian-version: 2.31-2 + +--- a/man/zip.1 ++++ b/man/zip.1 +@@ -2756,7 +2756,7 @@ + .I zip + handles some of the conversion internally. + When using Kermit to transfer zip files from VMS to MSDOS, type "set +-file type block" on VMS. When transfering from MSDOS to VMS, type ++file type block" on VMS. When transferring from MSDOS to VMS, type + "set file type fixed" on VMS. In both cases, type "set file type + binary" on MSDOS. + .LP +--- a/zip.txt ++++ b/zip.txt +@@ -1957,7 +1957,7 @@ + be converted using Rahul Dhesi's BILF program. This version of zip + handles some of the conversion internally. When using Kermit to trans- + fer zip files from VMS to MSDOS, type "set file type block" on VMS. +- When transfering from MSDOS to VMS, type "set file type fixed" on VMS. ++ When transferring from MSDOS to VMS, type "set file type fixed" on VMS. + In both cases, type "set file type binary" on MSDOS. + + Under some older VMS versions, zip may hang for file specifications |