diff options
Diffstat (limited to 'sbin/dumpon')
-rw-r--r-- | sbin/dumpon/Makefile | 2 | ||||
-rw-r--r-- | sbin/dumpon/dumpon.8 | 2 | ||||
-rw-r--r-- | sbin/dumpon/dumpon.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index da6f365066792..2793a6609de81 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:32:21 peter Exp $ PROG= dumpon MAN8= dumpon.8 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index 7a416d43b6549..d07084bc282f9 100644 --- a/sbin/dumpon/dumpon.8 +++ b/sbin/dumpon/dumpon.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)swapon.8 8.1 (Berkeley) 6/5/93 -.\" $Id: dumpon.8,v 1.8 1998/06/15 07:03:46 charnier Exp $ +.\" $Id: dumpon.8,v 1.9 1998/08/31 16:41:06 wosch Exp $ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 547b6186b81d0..935b841b4f4aa 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "From: @(#)swapon.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: dumpon.c,v 1.6 1998/06/15 07:03:47 charnier Exp $"; #endif /* not lint */ #include <err.h> |