aboutsummaryrefslogtreecommitdiff
path: root/bin/df
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-16 08:26:13 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-16 08:26:13 +0000
commit5be28542797ac26e17de490f50e0830003596d38 (patch)
tree8069da00bdeed33ee5434671a0bae67379506370 /bin/df
parente5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff)
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/df')
-rw-r--r--bin/df/Makefile2
-rw-r--r--bin/df/df.12
-rw-r--r--bin/df/df.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 83d1bbd4c77e..da0652774b67 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/bin/df/Makefile,v 1.7.2.1 1999/08/29 14:12:13 peter Exp $
# @(#)Makefile 8.3 (Berkeley) 5/8/95
PROG= df
diff --git a/bin/df/df.1 b/bin/df/df.1
index 9c875dc47eb1..df2cf1e9745b 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)df.1 8.3 (Berkeley) 5/8/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/bin/df/df.1,v 1.13.2.3 1999/08/29 14:12:14 peter Exp $
.\"
.Dd May 8, 1995
.Dt DF 1
diff --git a/bin/df/df.c b/bin/df/df.c
index b402efd13864..1bb5a0e01d56 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -47,7 +47,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95";
#else
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/bin/df/df.c,v 1.20.2.1 1999/08/29 14:12:15 peter Exp $";
#endif
#endif /* not lint */