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 302345204967..4f94ca71a1d5 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/1/94 -# $Id$ +# $Id: Makefile,v 1.2 1994/09/24 02:55:06 davidg Exp $ PROG= df BINGRP= operator diff --git a/bin/df/df.1 b/bin/df/df.1 index f7b521391893..df8c71ddf9f6 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)df.1 8.2 (Berkeley) 1/13/94 -.\" $Id: df.1,v 1.4.2.3 1998/02/15 11:06:23 jkh Exp $ +.\" $Id: df.1,v 1.4.2.4 1998/07/15 02:01:22 jkh Exp $ .\" .Dd January 13, 1994 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index 4f39c474219e..27c8d2245594 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: df.c,v 1.8.2.1 1996/12/13 17:15:11 joerg Exp $ + * $Id: df.c,v 1.8.2.2 1997/12/03 05:40:01 imp Exp $ */ #ifndef lint |