diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /bin/df | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) | |
Diffstat (limited to 'bin/df')
| -rw-r--r-- | bin/df/Makefile | 2 | ||||
| -rw-r--r-- | bin/df/df.1 | 2 | ||||
| -rw-r--r-- | bin/df/df.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile index df6574ce2adb..767c3f69434f 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 5/8/95 -# $FreeBSD$ +# $FreeBSD: src/bin/df/Makefile,v 1.18 2004/05/24 22:21:49 pjd Exp $ MOUNT= ${.CURDIR}/../../sbin/mount .PATH: ${MOUNT} diff --git a/bin/df/df.1 b/bin/df/df.1 index 749613e91f03..80f36f29cfd2 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)df.1 8.3 (Berkeley) 5/8/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/df/df.1,v 1.39 2005/01/16 16:41:56 ru Exp $ .\" .Dd April 22, 2004 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index 008e15c0c55d..23fd9818d149 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/df/df.c,v 1.64 2005/01/10 08:39:21 imp Exp $"); #include <sys/param.h> #include <sys/stat.h> |
