summaryrefslogtreecommitdiff
path: root/usr.bin/du
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
commita9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch)
tree50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.bin/du
parentba209d619d07461cc752dcdd596ab0d9b50e847a (diff)
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 8594ba7269d3..6596cee446c5 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.32 2006/09/29 15:20:44 ru Exp $
.\"
.Dd May 6, 2006
.Dt DU 1
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index 73583e320b94..a04bb22fff3a 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.42 2007/07/04 00:00:39 scf Exp $");
#include <sys/param.h>
#include <sys/queue.h>