diff options
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r-- | sbin/dumpfs/dumpfs.8 | 2 | ||||
-rw-r--r-- | sbin/dumpfs/dumpfs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 7f52246b436fe..55f637bec1780 100644 --- a/sbin/dumpfs/dumpfs.8 +++ b/sbin/dumpfs/dumpfs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dumpfs.8 8.1 (Berkeley) 6/5/93 -.\" $Id$ +.\" $Id: dumpfs.8,v 1.4 1997/02/22 14:32:17 peter Exp $ .\" .Dd June 5, 1993 .Dt DUMPFS 8 diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index 3aaea24deda31..487fefdff05fc 100644 --- a/sbin/dumpfs/dumpfs.c +++ b/sbin/dumpfs/dumpfs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)dumpfs.c 8.5 (Berkeley) 4/29/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: dumpfs.c,v 1.10 1998/06/15 07:00:01 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> |