diff options
Diffstat (limited to 'usr.bin/from')
-rw-r--r-- | usr.bin/from/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/from/from.1 | 2 | ||||
-rw-r--r-- | usr.bin/from/from.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile index 57b966353fdc..868d4f9234f2 100644 --- a/usr.bin/from/Makefile +++ b/usr.bin/from/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/from/Makefile,v 1.3.34.1 2009/04/15 03:14:26 kensmith Exp $ PROG= from diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 071298561d74..8769ae77de5a 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)from.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/from/from.1,v 1.16.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd December 30, 1993 .Dt FROM 1 diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 84d0c52b23a3..5884f20937b5 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/from/from.c,v 1.14.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <ctype.h> |