diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 | 
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2012-04-09 16:18:55 +0000 | 
| commit | 039ea811636f62633b18bcadb9f5332b215f7900 (patch) | |
| tree | 2b6265c3f691194eb9ff68f608c028eb43e14708 /sbin/dumpfs | |
| parent | 0724db41d65f0854fe1349e284feceb8c5c047ed (diff) | |
Diffstat (limited to 'sbin/dumpfs')
| -rw-r--r-- | sbin/dumpfs/Makefile | 2 | ||||
| -rw-r--r-- | sbin/dumpfs/dumpfs.8 | 2 | ||||
| -rw-r--r-- | sbin/dumpfs/dumpfs.c | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 99faa77ad725..03357eb6f77d 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.32.1.8.1 2012/03/03 06:15:13 kensmith Exp $  PROG=	dumpfs  DPADD=	${LIBUFS} diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8 index 6afb8eef3953..63c1e003b90c 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.18.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $  .\"  .Dd Jul 14, 2011  .Dt DUMPFS 8 diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c index 4032ebfaa362..622454d6f573 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.46.2.7.2.1 2012/03/03 06:15:13 kensmith Exp $";  #endif /* not lint */  #include <sys/param.h> | 
