summaryrefslogtreecommitdiff
path: root/sbin/dump
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:30 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:30 +0000
commita9e2dc176f709713f9565ed1711c958f0707eb36 (patch)
treee1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /sbin/dump
parent8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff)
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/dump.82
-rw-r--r--sbin/dump/dumprmt.c2
-rw-r--r--sbin/dump/itime.c2
-rw-r--r--sbin/dump/main.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index b048ce18845de..ec8db2f8b68b6 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)dump.8 8.1 (Berkeley) 6/16/93
-.\" $Id: dump.8,v 1.5.2.8 1998/05/10 16:36:47 steve Exp $
+.\" $Id: dump.8,v 1.5.2.9 1998/07/17 20:13:04 jkh Exp $
.\"
.Dd June 16, 1993
.Dt DUMP 8
diff --git a/sbin/dump/dumprmt.c b/sbin/dump/dumprmt.c
index d2cffe2fe5054..6939794c66f8b 100644
--- a/sbin/dump/dumprmt.c
+++ b/sbin/dump/dumprmt.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)dumprmt.c 8.3 (Berkeley) 4/28/95";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: dumprmt.c,v 1.6.2.6 1998/07/17 20:13:05 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c
index 483533eb7f824..d45053bbf1a99 100644
--- a/sbin/dump/itime.c
+++ b/sbin/dump/itime.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: itime.c,v 1.1.1.1.8.1 1998/07/17 20:13:05 jkh Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index b85b383c97f76..4e442c47f12f0 100644
--- a/sbin/dump/main.c
+++ b/sbin/dump/main.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: main.c,v 1.7.2.6 1997/10/15 18:30:35 markm Exp $
+ * $Id: main.c,v 1.7.2.7 1998/07/17 20:13:05 jkh Exp $
*/
#ifndef lint