summaryrefslogtreecommitdiff
path: root/sbin/dumpfs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r--sbin/dumpfs/Makefile2
-rw-r--r--sbin/dumpfs/dumpfs.82
-rw-r--r--sbin/dumpfs/dumpfs.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile
index 99faa77ad725a..922d4e01d8d9b 100644
--- a/sbin/dumpfs/Makefile
+++ b/sbin/dumpfs/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $FreeBSD$
+# $FreeBSD: src/sbin/dumpfs/Makefile,v 1.9.34.1 2010/02/10 00:26:20 kensmith Exp $
PROG= dumpfs
DPADD= ${LIBUFS}
diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8
index 53e7f62baf3d7..82216ce9b92dd 100644
--- a/sbin/dumpfs/dumpfs.8
+++ b/sbin/dumpfs/dumpfs.8
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)dumpfs.8 8.1 (Berkeley) 6/5/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/dumpfs/dumpfs.8,v 1.16.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd January 19, 2003
.Dt DUMPFS 8
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index 5646359888379..8b5fe6daf7ecd 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -53,7 +53,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)dumpfs.c 8.5 (Berkeley) 4/29/95";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/dumpfs/dumpfs.c,v 1.44.2.3.2.1 2010/02/10 00:26:20 kensmith Exp $";
#endif /* not lint */
#include <sys/param.h>