diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-02-05 04:29:56 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-02-05 04:29:56 +0000 |
| commit | 860c2cf2bc6592828a3468ab8ee661042b059ae8 (patch) | |
| tree | fde30676422ab07fdec2d11fde3fc5693fdbb8cf /bin/df | |
| parent | b61013aa0c73c687493c80193bc040d29b351fb8 (diff) | |
This commit was manufactured by cvs2svn to create tagupstream/2.1.6_cvsrelease/2.1.6_cvs
'RELENG_2_1_6_RELEASE'.
This commit was manufactured to restore the state of the 2.1.6-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 4337ac1bc0d0..f1f6b359b2f7 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$ +.\" $Id: df.1,v 1.3 1994/09/24 02:55:08 davidg Exp $ .\" .Dd January 13, 1994 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index 24e0442ef063..f93c06f1ae7a 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.7.4.2 1996/06/05 02:35:24 jkh Exp $ + * $Id: df.c,v 1.7.4.3 1996/06/11 04:38:08 bde Exp $ */ #ifndef lint |
