diff options
Diffstat (limited to 'bin/df')
-rw-r--r-- | bin/df/Makefile | 2 | ||||
-rw-r--r-- | bin/df/df.1 | 2 | ||||
-rw-r--r-- | bin/df/df.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile index d87f2729f8328..8ff3c1b5e3c32 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1997/08/07 21:30:59 steve Exp $ +# $Id: Makefile,v 1.7 1998/01/20 10:39:54 bde Exp $ # @(#)Makefile 8.3 (Berkeley) 5/8/95 PROG= df diff --git a/bin/df/df.1 b/bin/df/df.1 index 6f6c14c096002..f6d5db50c8852 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)df.1 8.3 (Berkeley) 5/8/95 -.\" $Id: df.1,v 1.12 1998/05/13 07:35:44 charnier Exp $ +.\" $Id: df.1,v 1.13 1998/05/13 07:56:58 phk Exp $ .\" .Dd May 8, 1995 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index 5fbfe723e49be..c23a556b38380 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95"; #else static const char rcsid[] = - "$Id: df.c,v 1.18 1997/10/12 13:55:43 joerg Exp $"; + "$Id: df.c,v 1.19 1997/10/13 09:36:05 joerg Exp $"; #endif #endif /* not lint */ |