summaryrefslogtreecommitdiff
path: root/usr.bin/from
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/from')
-rw-r--r--usr.bin/from/Makefile2
-rw-r--r--usr.bin/from/from.12
-rw-r--r--usr.bin/from/from.c2
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>