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 12e80b9da3d1..98c73ca7077d 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.9 2004/05/24 22:22:29 pjd Exp $
PROG= du
WARNS?= 6
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index 7e656f925176..cf5361a91017 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.28 2004/07/02 22:22:23 ru Exp $
.\"
.Dd June 2, 2004
.Dt DU 1
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index ce2743287014..6f17ed0953e5 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -46,7 +46,7 @@ static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/du/du.c,v 1.36 2004/07/28 16:03:12 stefanf Exp $");
#include <sys/param.h>
#include <sys/queue.h>