diff options
Diffstat (limited to 'sbin/fsdb')
| -rw-r--r-- | sbin/fsdb/Makefile | 2 | ||||
| -rw-r--r-- | sbin/fsdb/fsdb.8 | 2 | ||||
| -rw-r--r-- | sbin/fsdb/fsdb.c | 2 | ||||
| -rw-r--r-- | sbin/fsdb/fsdb.h | 2 | ||||
| -rw-r--r-- | sbin/fsdb/fsdbutil.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index ef842c9d50b2..a903a169bd34 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.8.2.1 1999/08/29 15:13:13 peter Exp $ PROG= fsdb MAN8= fsdb.8 diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 147f7e084c20..265171a1ed49 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.8.2.2 1999/08/29 15:13:14 peter Exp $ .\" .Dd September 14, 1995 .Dt FSDB 8 diff --git a/sbin/fsdb/fsdb.c b/sbin/fsdb/fsdb.c index 8801db08bd16..7a02e4580025 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.11.2.1 1999/08/29 15:13:15 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index a7fd5c41d31d..16851089b713 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.3.2.1 1999/08/29 15:13:15 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 3a6205063664..783d5b28db24 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.8.2.1 1999/08/29 15:13:16 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |
