Description: pre-quilt changes
 This patch gathers together small changes introduced prior to the
 cabextract package becoming a quilt package.

--- cabextract-1.4.orig/README
+++ cabextract-1.4/README
@@ -2,7 +2,7 @@ cabextract 1.4 - a program to extract Mi
 (C) 2000-2010 Stuart Caie <kyzer@4u.net>
 This is free software with ABSOLUTELY NO WARRANTY.
 
-Cabinet (.CAB) files are a form of archive, which Microsoft use to
+Cabinet (.CAB) files are a form of archive, which Microsoft uses to
 distribute their software, and things like Windows Font Packs. The
 cabextract program unpacks these files.
 
--- cabextract-1.4.orig/mspack/cabd.c
+++ cabextract-1.4/mspack/cabd.c
@@ -655,7 +655,8 @@ static int cabd_find(struct mscab_decomp
     if ((offset == 0) && (EndGetI32(&buf[0]) == 0x28635349)) {
       sys->message(fh, "WARNING; found InstallShield header. "
 		   "This is probably an InstallShield file. "
-		   "Use UNSHIELD from www.synce.org to unpack it.");
+		   "Use unshield (from the unshield package) "
+		   "to unpack it.");
     }
 
     /* read through the entire buffer. */
--- cabextract-1.4.orig/doc/cabextract.1
+++ cabextract-1.4/doc/cabextract.1
@@ -83,3 +83,5 @@ of the cabinet files.
 This manual page was written by Stuart Caie <kyzer@4u.net>, based on
 the one written by Eric Sharkey <sharkey@debian.org>, for the Debian
 GNU/Linux system.
+.SH "SEE ALSO"
+.BR lcab (1)
