diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /bin/df | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs
'RELENG_2_2_5_RELEASE'.
This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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 cfb341df36d4..a63a663401e2 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.1 1996/12/13 17:15:10 joerg Exp $ +.\" $Id: df.1,v 1.4.2.2 1997/09/19 06:18:10 charnier Exp $ .\" .Dd January 13, 1994 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index cb0c26e0ae7c..a61dd997190a 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 1996/01/14 18:55:09 bde Exp $ + * $Id: df.c,v 1.8.2.1 1996/12/13 17:15:11 joerg Exp $ */ #ifndef lint |
