diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /bin/df | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
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 d87f2729f832..8ff3c1b5e3c3 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 4348b7c26dba..154e98ef580c 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.14 1999/02/12 02:12:06 alex Exp $ +.\" $Id: df.1,v 1.13.2.1 1999/05/02 12:06:53 kris Exp $ .\" .Dd May 8, 1995 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index 42ce083c06be..264a2d6dfefb 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.19 1997/10/13 09:36:05 joerg Exp $"; + "$Id: df.c,v 1.20 1998/12/16 05:29:09 peter Exp $"; #endif #endif /* not lint */ |
