summaryrefslogtreecommitdiffstats
path: root/bin/df
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
committerdg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
commit8722740e7f163b275491a0b05c8640341b937558 (patch)
treeb7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/df
parent111d145dc40797c8894e8aa7dc6632e33bce87bf (diff)
downloadFreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip
FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz
Added $Id$
Diffstat (limited to 'bin/df')
-rw-r--r--bin/df/Makefile1
-rw-r--r--bin/df/df.11
-rw-r--r--bin/df/df.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index e3f54d7..3023452 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 4/1/94
+# $Id$
PROG= df
BINGRP= operator
diff --git a/bin/df/df.1 b/bin/df/df.1
index 835ff23..4337ac1 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)df.1 8.2 (Berkeley) 1/13/94
+.\" $Id$
.\"
.Dd January 13, 1994
.Dt DF 1
diff --git a/bin/df/df.c b/bin/df/df.c
index ec10cc9..5a53a34 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -34,6 +34,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint
OpenPOWER on IntegriCloud