summaryrefslogtreecommitdiff
path: root/bin/df
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:21:59 +0000
commita3ac5dbadb5694f6713891634647a7cef4553c0f (patch)
treefbde6cfde369a7d39874d94161e286bb7d1a67a0 /bin/df
parentcb8bfcb5313cfb91acaad46f50e7f55cf6f8c439 (diff)
update rcsid
Diffstat (limited to 'bin/df')
-rw-r--r--bin/df/Makefile2
-rw-r--r--bin/df/df.11
-rw-r--r--bin/df/df.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index 164bab04d60..a07eb37e972 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:19:50 deraadt Exp $
# $NetBSD: Makefile,v 1.9 1995/03/21 09:04:14 cgd Exp $
-# @(#)Makefile 8.2 (Berkeley) 4/1/94
PROG= df
BINGRP= operator
diff --git a/bin/df/df.1 b/bin/df/df.1
index efda2690dd3..b6a06195c78 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -1,3 +1,4 @@
+.\" $OpenBSD: df.1,v 1.3 1996/06/23 14:19:51 deraadt Exp $
.\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
diff --git a/bin/df/df.c b/bin/df/df.c
index a07523400a1..0a8aae6ecbe 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: df.c,v 1.3 1996/06/23 14:19:51 deraadt Exp $ */
/* $NetBSD: df.c,v 1.21.2.1 1995/11/01 00:06:11 jtc Exp $ */
/*
@@ -48,7 +49,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)df.c 8.7 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$NetBSD: df.c,v 1.21.2.1 1995/11/01 00:06:11 jtc Exp $";
+static char rcsid[] = "$OpenBSD: df.c,v 1.3 1996/06/23 14:19:51 deraadt Exp $";
#endif
#endif /* not lint */