=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/what/what.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/what/what.c 1996/06/26 06:40:11 1.3 +++ src/usr.bin/what/what.c 1996/06/26 07:08:36 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: what.c,v 1.3 1996/06/26 06:40:11 deraadt Exp $ */ +/* $OpenBSD: what.c,v 1.4 1996/06/26 07:08:36 deraadt Exp $ */ /* $NetBSD: what.c,v 1.4 1994/12/20 16:01:03 jtc Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: what.c,v 1.3 1996/06/26 06:40:11 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: what.c,v 1.4 1996/06/26 07:08:36 deraadt Exp $"; #endif /* not lint */ #include @@ -95,7 +95,7 @@ for (i = 0; match[i]; i++) if ((c = getchar()) != match[i]) goto loop; - printf("$%s", match); + printf("\t$%s", match); while (isprint(c = getchar())) putchar(c); putchar('\n');