summaryrefslogtreecommitdiff
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-02-04 19:23:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-02-04 19:23:45 +0000
commit7ca1cecc77997d9e8c4faef8b7015619c9d9c21d (patch)
tree9abcd8aaf5f1ebf1daf501a2430f3a70baa6dc25 /sbin/fsdb
parent1ee4b1b8affd30bdcfd2125d5c4cecf824524932 (diff)
Diffstat (limited to 'sbin/fsdb')
-rw-r--r--sbin/fsdb/Makefile2
-rw-r--r--sbin/fsdb/fsdb.82
-rw-r--r--sbin/fsdb/fsdb.c2
-rw-r--r--sbin/fsdb/fsdb.h2
-rw-r--r--sbin/fsdb/fsdbutil.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile
index 2c0ae32c635d..ffca2eb6f6cf 100644
--- a/sbin/fsdb/Makefile
+++ b/sbin/fsdb/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1.1.1 1995/10/08 23:08:36 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $FreeBSD$
+# $FreeBSD: src/sbin/fsdb/Makefile,v 1.9.2.1 2001/04/25 10:58:17 ru Exp $
PROG= fsdb
MAN= fsdb.8
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8
index e5fdd7fa35ac..b87940f887af 100644
--- a/sbin/fsdb/fsdb.8
+++ b/sbin/fsdb/fsdb.8
@@ -26,7 +26,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/fsdb/fsdb.8,v 1.12.2.5 2001/08/16 11:35:43 ru Exp $
.\"
.Dd September 14, 1995
.Dt FSDB 8
diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c
index 5d54debe0d6c..78f2115caeca 100644
--- a/sbin/fsdb/fsdb.c
+++ b/sbin/fsdb/fsdb.c
@@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/fsdb/fsdb.c,v 1.13.2.1 2000/07/01 06:23:35 ps Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h
index a7fd5c41d31d..349256c12eb1 100644
--- a/sbin/fsdb/fsdb.h
+++ b/sbin/fsdb/fsdb.h
@@ -27,7 +27,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sbin/fsdb/fsdb.h,v 1.4 1999/08/28 00:12:54 peter Exp $
*/
extern int bread __P((int fd, char *buf, daddr_t blk, long size));
diff --git a/sbin/fsdb/fsdbutil.c b/sbin/fsdb/fsdbutil.c
index 3846b6bd5ffb..fc7e7ecde407 100644
--- a/sbin/fsdb/fsdbutil.c
+++ b/sbin/fsdb/fsdbutil.c
@@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/fsdb/fsdbutil.c,v 1.9.2.1 2000/07/01 06:23:35 ps Exp $";
#endif /* not lint */
#include <sys/types.h>