diff options
Diffstat (limited to 'usr.bin/what')
| -rw-r--r-- | usr.bin/what/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/what/what.1 | 2 | ||||
| -rw-r--r-- | usr.bin/what/what.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/what/Makefile b/usr.bin/what/Makefile index 8114290f968d..50d07394a17a 100644 --- a/usr.bin/what/Makefile +++ b/usr.bin/what/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/what/Makefile,v 1.3 2001/12/11 22:25:43 markm Exp $ PROG= what diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index 027debf94e9b..1576673fee1a 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -31,7 +31,7 @@ .\" .\" @(#)what.1 8.1 (Berkeley) 6/6/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/what/what.1,v 1.16 2004/07/02 22:22:34 ru Exp $ .\" .Dd June 6, 1993 .Dt WHAT 1 diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index c22671564110..bb2c88a09f29 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/what/what.c,v 1.10 2002/09/04 23:29:09 dwmalone Exp $"); #ifndef lint static const char copyright[] = |
