summaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/Makefile2
-rw-r--r--sbin/init/init.82
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile
index 285240b9454c6..8a0fd04549a47 100644
--- a/sbin/init/Makefile
+++ b/sbin/init/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.7 1996/05/04 08:16:20 markm Exp $
+# $Id: Makefile,v 1.8 1996/09/05 17:14:50 bde Exp $
PROG= init
MAN8= init.8
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 63dc4551b50f9..1e1e9b8ce57e0 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)init.8 8.3 (Berkeley) 4/18/94
-.\" $Id$
+.\" $Id: init.8,v 1.4.2.1 1997/01/26 02:35:15 mpp Exp $
.\"
.Dd April 18, 1994
.Dt INIT 8