diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/head | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/head')
-rw-r--r-- | usr.bin/head/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/head/head.1 | 2 | ||||
-rw-r--r-- | usr.bin/head/head.c | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/head/Makefile b/usr.bin/head/Makefile index ee67a6867dc..9a469bbc2e5 100644 --- a/usr.bin/head/Makefile +++ b/usr.bin/head/Makefile @@ -1,5 +1,4 @@ -# from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1 1995/10/18 08:45:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:14 deraadt Exp $ PROG= head diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 01768492bf0..49b00844837 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: head.1,v 1.2 1996/06/26 05:34:15 deraadt Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -30,7 +31,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)head.1 6.6 (Berkeley) 7/24/91 -.\" $Id: head.1,v 1.1 1995/10/18 08:45:23 deraadt Exp $ .\" .Dd July 14, 1993 .Dt HEAD 1 diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index a870e569c46..551d4e332f1 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -1,3 +1,5 @@ +/* $OpenBSD: head.c,v 1.2 1996/06/26 05:34:15 deraadt Exp $ */ + /* * Copyright (c) 1980, 1987 Regents of the University of California. * All rights reserved. @@ -39,7 +41,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: head.c,v 1.1 1995/10/18 08:45:23 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: head.c,v 1.2 1996/06/26 05:34:15 deraadt Exp $"; #endif /* not lint */ #include <stdio.h> |