diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/from | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) | |
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..63315d51cee0 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 2002/02/08 22:31:39 markm Exp $ PROG= from diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 827d62850ca6..af26bfdbb2fc 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.14 2002/07/15 06:15:38 keramida Exp $ .\" .Dd December 30, 1993 .Dt FROM 1 diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 84d0c52b23a3..51f3222f2532 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 2002/09/04 23:29:00 dwmalone Exp $"); #include <sys/types.h> #include <ctype.h> |
