diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:45 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:45 +0000 |
| commit | 7ca1cecc77997d9e8c4faef8b7015619c9d9c21d (patch) | |
| tree | 9abcd8aaf5f1ebf1daf501a2430f3a70baa6dc25 /sbin/tunefs | |
| parent | 1ee4b1b8affd30bdcfd2125d5c4cecf824524932 (diff) | |
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 b9eb1178890d..c28cdd025087 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.2.14.2 2001/07/30 10:38:09 dd Exp $ PROG= tunefs WARNS?= 2 diff --git a/sbin/tunefs/tunefs.8 b/sbin/tunefs/tunefs.8 index 61f5a48489b7..17fe2131acc7 100644 --- a/sbin/tunefs/tunefs.8 +++ b/sbin/tunefs/tunefs.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tunefs.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/tunefs/tunefs.8,v 1.11.2.3 2001/12/14 15:17:56 ru Exp $ .\" .Dd December 11, 1993 .Dt TUNEFS 8 diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index b3d757f49141..ff1a72ad56d1 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/tunefs/tunefs.c,v 1.11.2.5 2001/10/14 21:50:39 iedowse Exp $"; #endif /* not lint */ /* |
