diff options
Diffstat (limited to 'sbin/tunefs')
-rw-r--r-- | sbin/tunefs/Makefile | 2 | ||||
-rw-r--r-- | sbin/tunefs/tunefs.8 | 2 | ||||
-rw-r--r-- | sbin/tunefs/tunefs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index d501d104b4b79..682fcdc9c7ee5 100644 --- a/sbin/tunefs/Makefile +++ b/sbin/tunefs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/tunefs/Makefile,v 1.8 2003/01/23 08:15:05 ru Exp $ PROG= tunefs DPADD= ${LIBUFS} diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index ac8641c0de016..eaa07a4d68671 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tunefs.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/tunefs/tunefs.8,v 1.36 2005/02/13 22:25:17 ru Exp $ .\" .Dd May 18, 2002 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index e8ab8d3677111..b9b09068c9191 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/tunefs/tunefs.c,v 1.42 2004/04/09 19:58:40 markm Exp $"); /* * tunefs: change layout parameters to an existing file system. |