aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/from
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/from')
-rw-r--r--usr.bin/from/from.12
-rw-r--r--usr.bin/from/from.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1
index 6ccabd13c23f..a5f65f94a60a 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.3.4.1 1999/10/30 21:49:05 green Exp $
.\"
.Dd December 30, 1993
.Dt FROM 1
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c
index 6b3320712f06..1dae8fa96a96 100644
--- a/usr.bin/from/from.c
+++ b/usr.bin/from/from.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/from/from.c,v 1.5.2.2 1999/10/30 21:49:05 green Exp $";
#endif /* not lint */
#include <sys/types.h>