summaryrefslogtreecommitdiffstats
path: root/bin/df
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
committerpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
commit66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (patch)
treed4a3af96d7d9b2e251eca5af46bf6c70c23d8b33 /bin/df
parent5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff)
downloadFreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip
FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz
$Id$ -> $FreeBSD$
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 d87f272..83d1bbd 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/08/07 21:30:59 steve Exp $
+# $FreeBSD$
# @(#)Makefile 8.3 (Berkeley) 5/8/95
PROG= df
diff --git a/bin/df/df.1 b/bin/df/df.1
index 6f33986..9c875dc 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
-.\" $Id: df.1,v 1.14 1999/02/12 02:12:06 alex Exp $
+.\" $FreeBSD$
.\"
.Dd May 8, 1995
.Dt DF 1
diff --git a/bin/df/df.c b/bin/df/df.c
index 42ce083..b402efd 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[] =
- "$Id: df.c,v 1.19 1997/10/13 09:36:05 joerg Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
OpenPOWER on IntegriCloud