=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/what/what.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/what/what.c 2015/10/09 01:37:09 1.15 +++ src/usr.bin/what/what.c 2020/04/18 15:10:06 1.16 @@ -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 @@ perror(*argv); exit(matches ? 0 : 1); } - printf("%s\n", *argv); + printf("%s:\n", *argv); search(match); } while(*++argv); exit(matches ? 0 : 1);