diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
| commit | c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82 (patch) | |
| tree | 6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/dumpon | |
| parent | 9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 (diff) | |
Notes
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 9bdc92683d75..da6f36506679 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= dumpon MAN8= dumpon.8 diff --git a/sbin/dumpon/dumpon.8 b/sbin/dumpon/dumpon.8 index 5d6e621ed75b..2850b43c5e63 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 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 12, 1995 .Dt DUMPON 8 diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 31a46fd97c44..27e7a3d36259 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)swapon.c 8.1 (Berkeley) 6/5/93";*/ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ #include <errno.h> |
