aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/du')
-rw-r--r--usr.bin/du/Makefile2
-rw-r--r--usr.bin/du/du.12
-rw-r--r--usr.bin/du/du.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile
index 8eb6e9666eda..03c0c4f1b855 100644
--- a/usr.bin/du/Makefile
+++ b/usr.bin/du/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/du/Makefile,v 1.4 2000/01/27 20:55:09 mharo Exp $
PROG= du
CFLAGS+= -Wall
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index fedd01211346..5a292266b7f6 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)du.1 8.2 (Berkeley) 4/1/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/du/du.1,v 1.15 2000/03/02 14:53:29 sheldonh Exp $
.\"
.Dd April 1, 1994
.Dt DU 1
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index 6865ad12dd57..2c727c3f9972 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -44,7 +44,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95";
#endif
-static const char rcsid[] = "$FreeBSD$";
+static const char rcsid[] = "$FreeBSD: src/usr.bin/du/du.c,v 1.17 2000/01/25 17:46:59 mharo Exp $";
#endif /* not lint */