summaryrefslogtreecommitdiff
path: root/usr.bin/head
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-07-03 13:01:43 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-07-03 13:01:43 +0000
commit6dde85226565322f6651945e2b1205a7ff770536 (patch)
tree2ea5e05a3721d70eac53686e4099e293bf209718 /usr.bin/head
parent148a348454a0bbec0dab6f790e7d47c9850c0128 (diff)
Diffstat (limited to 'usr.bin/head')
-rw-r--r--usr.bin/head/head.12
-rw-r--r--usr.bin/head/head.c2
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>