diff options
Diffstat (limited to 'usr.bin/head')
| -rw-r--r-- | usr.bin/head/head.1 | 2 | ||||
| -rw-r--r-- | usr.bin/head/head.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index cc50afd6e87c..6aa307063ead 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)head.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/head/head.1,v 1.4.2.5 2002/02/16 12:29:04 dwmalone Exp $ .\" .Dd June 6, 1993 .Dt HEAD 1 diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 94d99f9f828a..8712b891b5a1 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/head/head.c,v 1.10.2.1 2002/02/16 12:29:04 dwmalone Exp $"; #endif /* not lint */ #include <sys/types.h> |
