diff options
Diffstat (limited to 'usr.bin/du')
| -rw-r--r-- | usr.bin/du/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/du/du.1 | 2 | ||||
| -rw-r--r-- | usr.bin/du/du.c | 2 |
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> |
