about summary refs log tree commit diff
path: root/src/usr.bin/what/what.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-07-07 23:13:10 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-07-07 23:13:10 +0200
commit1f93b1027c4be9f27f3a4b8dabb2ae3132e1cb6a (patch)
tree28516b0b4cc081c59b87442ef04ab2ffb2118ab3 /src/usr.bin/what/what.c
parent87a14db7d532b0f2224a2436f649a77309aad34b (diff)
downloadoutils-1f93b1027c4be9f27f3a4b8dabb2ae3132e1cb6a.tar.gz
outils-1f93b1027c4be9f27f3a4b8dabb2ae3132e1cb6a.tar.xz
outils-1f93b1027c4be9f27f3a4b8dabb2ae3132e1cb6a.zip
cvs update
Diffstat (limited to 'src/usr.bin/what/what.c')
-rw-r--r--src/usr.bin/what/what.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/what/what.c b/src/usr.bin/what/what.c
index d22d673..54917ff 100644
--- a/src/usr.bin/what/what.c
+++ b/src/usr.bin/what/what.c
@@ -1,4 +1,4 @@
-/*	$OpenBSD: what.c,v 1.15 2015/10/09 01:37:09 deraadt Exp $	*/
+/*	$OpenBSD: what.c,v 1.16 2020/04/18 15:10:06 martijn Exp $	*/
 /*	$NetBSD: what.c,v 1.4 1994/12/20 16:01:03 jtc Exp $	*/
 
 /*
@@ -85,7 +85,7 @@ main(int argc, char *argv[])
 			perror(*argv);
 			exit(matches ? 0 : 1);
 		}
-		printf("%s\n", *argv);
+		printf("%s:\n", *argv);
 		search(match);
 	} while(*++argv);
 	exit(matches ? 0 : 1);