diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-23 14:32:54 +0000 |
commit | ee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch) | |
tree | d0c5a8ce449174adb1446885a3852074d1bf406d /sbin/tunefs | |
parent | a3ac5dbadb5694f6713891634647a7cef4553c0f (diff) |
update rcsid
Diffstat (limited to 'sbin/tunefs')
-rw-r--r-- | sbin/tunefs/Makefile | 2 | ||||
-rw-r--r-- | sbin/tunefs/tunefs.8 | 1 | ||||
-rw-r--r-- | sbin/tunefs/tunefs.c | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index 5c83e4cc264..74d586424a0 100644 --- a/sbin/tunefs/Makefile +++ b/sbin/tunefs/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:49 deraadt Exp $ # $NetBSD: Makefile,v 1.7 1995/03/18 15:01:26 cgd Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= tunefs MAN= tunefs.8 diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 9521c854d58..8714d6d9b96 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -1,3 +1,4 @@ +.\" $OpenBSD: tunefs.8,v 1.2 1996/06/23 14:32:50 deraadt Exp $ .\" $NetBSD: tunefs.8,v 1.8 1995/03/18 15:01:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 5783ace122c..0cbac116464 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: tunefs.c,v 1.2 1996/06/23 14:32:50 deraadt Exp $ */ /* $NetBSD: tunefs.c,v 1.10 1995/03/18 15:01:31 cgd Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #else -static char rcsid[] = "$NetBSD: tunefs.c,v 1.10 1995/03/18 15:01:31 cgd Exp $"; +static char rcsid[] = "$OpenBSD: tunefs.c,v 1.2 1996/06/23 14:32:50 deraadt Exp $"; #endif #endif /* not lint */ |