diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /sbin/ffsinfo | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) | |
Diffstat (limited to 'sbin/ffsinfo')
| -rw-r--r-- | sbin/ffsinfo/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ffsinfo/ffsinfo.8 | 2 | ||||
| -rw-r--r-- | sbin/ffsinfo/ffsinfo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index a1ffef7989a09..cac1a8aa6a29b 100644 --- a/sbin/ffsinfo/Makefile +++ b/sbin/ffsinfo/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.8 (Berkeley) 6/21/2000 # # $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/ffsinfo/Makefile,v 1.7.28.1 2009/04/15 03:14:26 kensmith Exp $ # GROWFS= ${.CURDIR}/../growfs diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8 index aacf4280bf137..83c51b6387713 100644 --- a/sbin/ffsinfo/ffsinfo.8 +++ b/sbin/ffsinfo/ffsinfo.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" $TSHeader: src/sbin/ffsinfo/ffsinfo.8,v 1.3 2000/12/12 19:30:55 tomsoft Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/ffsinfo/ffsinfo.8,v 1.18.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd September 8, 2000 .Dt FFSINFO 8 diff --git a/sbin/ffsinfo/ffsinfo.c b/sbin/ffsinfo/ffsinfo.c index 1570da5e5f900..8f9bb8dc8f01f 100644 --- a/sbin/ffsinfo/ffsinfo.c +++ b/sbin/ffsinfo/ffsinfo.c @@ -48,7 +48,7 @@ All rights reserved.\n"; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/ffsinfo/ffsinfo.c,v 1.13.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ |
