diff options
Diffstat (limited to 'sbin/tunefs')
-rw-r--r-- | sbin/tunefs/tunefs.8 | 2 | ||||
-rw-r--r-- | sbin/tunefs/tunefs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 42ca903df9b95..ebf4db45b2743 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tunefs.8 8.2 (Berkeley) 12/11/93 -.\" $Id$ +.\" $Id: tunefs.8,v 1.7 1998/08/03 06:41:20 charnier Exp $ .\" .Dd December 11, 1993 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 682c6e2fc4f32..f12f047e6b5b6 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tunefs.c,v 1.6 1998/08/03 06:41:20 charnier Exp $"; #endif /* not lint */ /* |