diff options
Diffstat (limited to 'usr.bin/last')
| -rw-r--r-- | usr.bin/last/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/last/last.1 | 2 | ||||
| -rw-r--r-- | usr.bin/last/last.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index f7e88115e9b1..0cfb97b6f8ef 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/last/Makefile,v 1.3 2002/02/08 22:31:41 markm Exp $ PROG= last diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index f838c4aab8a2..5ad73f9e6863 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)last.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/last/last.1,v 1.18 2005/02/13 22:25:23 ru Exp $ .\" .Dd July 27, 2003 .Dt LAST 1 diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index d9877b423bb8..2de02d64a046 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/last/last.c,v 1.34 2004/08/08 18:59:19 dwmalone Exp $"); #include <sys/param.h> #include <sys/stat.h> |
