summaryrefslogtreecommitdiff
path: root/usr.bin/unvis/unvis.c
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-07-06 13:49:36 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-07-06 13:49:36 +0000
commitd25a1e039278f14cf01afeebc9cdd8c0e4813999 (patch)
treec09f5d27ff7cfc2708ce9f7147a10ba61cdbdc58 /usr.bin/unvis/unvis.c
parenta6305aab78fbb8016be139f9fa62167c2ff59620 (diff)
spacing.
Diffstat (limited to 'usr.bin/unvis/unvis.c')
-rw-r--r--usr.bin/unvis/unvis.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c
index 8db4b9a20b4..cb124edb44d 100644
--- a/usr.bin/unvis/unvis.c
+++ b/usr.bin/unvis/unvis.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: unvis.c,v 1.7 2003/06/10 22:20:53 deraadt Exp $ */
+/* $OpenBSD: unvis.c,v 1.8 2008/07/06 13:49:35 sobrado Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -39,7 +39,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: unvis.c,v 1.7 2003/06/10 22:20:53 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: unvis.c,v 1.8 2008/07/06 13:49:35 sobrado Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -59,7 +59,7 @@ main(int argc, char *argv[])
switch((char)ch) {
case '?':
default:
- (void) fprintf(stderr, "usage: unvis [file...]\n");
+ (void) fprintf(stderr, "usage: unvis [file ...]\n");
exit(1);
}
argc -= optind;