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 863e3921f58a..c98781b2ab55 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.2.1 2000/07/02 10:45:29 ps Exp $ PROG= du CFLAGS+= -Wall diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index cfce9a6d2422..939726a0f467 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.2.7 2001/08/16 13:16:47 ru Exp $ .\" .Dd April 1, 1994 .Dt DU 1 diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index c53665b0ed66..7abc11dc92e0 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -45,7 +45,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/du/du.c,v 1.17.2.3 2001/07/12 08:46:53 roam Exp $"; #endif /* not lint */ |
