summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/compress/gzexe6
-rw-r--r--usr.bin/compress/main.c8
-rw-r--r--usr.bin/compress/zforce4
-rw-r--r--usr.bin/compress/znew4
4 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/compress/gzexe b/usr.bin/compress/gzexe
index edffccfde88..710622aa05d 100644
--- a/usr.bin/compress/gzexe
+++ b/usr.bin/compress/gzexe
@@ -1,13 +1,13 @@
#!/bin/sh -
#
-# $OpenBSD: gzexe,v 1.2 2003/07/31 08:10:35 otto Exp $
+# $OpenBSD: gzexe,v 1.3 2003/08/05 18:22:17 deraadt Exp $
#
# Copyright (c) 2003 Otto Moerbeek <otto@drijf.net>
-#
+#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
-#
+#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
diff --git a/usr.bin/compress/main.c b/usr.bin/compress/main.c
index 16c9bf0a5e3..34970dcf22b 100644
--- a/usr.bin/compress/main.c
+++ b/usr.bin/compress/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.43 2003/07/29 18:33:11 millert Exp $ */
+/* $OpenBSD: main.c,v 1.44 2003/08/05 18:22:17 deraadt Exp $ */
static const char copyright[] =
"@(#) Copyright (c) 1992, 1993\n\
@@ -35,7 +35,7 @@ static const char license[] =
#if 0
static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94";
#else
-static const char main_rcsid[] = "$OpenBSD: main.c,v 1.43 2003/07/29 18:33:11 millert Exp $";
+static const char main_rcsid[] = "$OpenBSD: main.c,v 1.44 2003/08/05 18:22:17 deraadt Exp $";
#endif
#endif /* not lint */
@@ -511,7 +511,7 @@ compress(const char *in, char *out, const struct compressor *method,
if (!error && verbose > 0)
verbose_info(out, info.total_out, info.total_in, info.hlen);
-
+
return (error);
}
@@ -808,7 +808,7 @@ verbose_info(const char *file, off_t compressed, off_t uncompressed,
(uncompressed - compressed) * 100.0 / uncompressed, file);
}
compressed += hlen;
- fprintf(stderr, "%lld bytes in, %lld bytes out\n",
+ fprintf(stderr, "%lld bytes in, %lld bytes out\n",
(long long)(decomp ? compressed : uncompressed),
(long long)(decomp ? uncompressed : compressed));
}
diff --git a/usr.bin/compress/zforce b/usr.bin/compress/zforce
index fb3cd6d4e0a..d991da0306c 100644
--- a/usr.bin/compress/zforce
+++ b/usr.bin/compress/zforce
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: zforce,v 1.1 2003/07/29 07:32:45 otto Exp $
+# $OpenBSD: zforce,v 1.2 2003/08/05 18:22:17 deraadt Exp $
#
# Copyright (c) 2003 Otto Moerbeek <otto@drijf.net>
#
@@ -42,7 +42,7 @@ while test $# -ne 0; do
echo "$1" -- renamed to "$n"
else
ret=1
- echo $prog: cannot rename "$1" to "$n"
+ echo $prog: cannot rename "$1" to "$n"
fi
fi
shift
diff --git a/usr.bin/compress/znew b/usr.bin/compress/znew
index bd077f465e3..675f116074d 100644
--- a/usr.bin/compress/znew
+++ b/usr.bin/compress/znew
@@ -1,6 +1,6 @@
#!/bin/ksh -
#
-# $OpenBSD: znew,v 1.1 2003/08/02 20:53:51 otto Exp $
+# $OpenBSD: znew,v 1.2 2003/08/05 18:22:17 deraadt Exp $
#
# Copyright (c) 2003 Otto Moerbeek <otto@drijf.net>
#
@@ -24,7 +24,7 @@ smaller () {
test $a -lt $b
}
-# Check gzip integrity if the -t flag is specified
+# Check gzip integrity if the -t flag is specified
checkfile () {
if test $tflag -eq 1; then
gzip -qt < "$1"