summaryrefslogtreecommitdiff
path: root/sbin/init
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1997-03-27 03:07:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1997-03-27 03:07:27 +0000
commit1784d64eb85eb63599204bb31b826970b6661e65 (patch)
tree31089dd6c9e4a7feeac25f24574e6269b75f5db0 /sbin/init
parentfe49c1266233ddc2306072aefb4e1c1d045060fe (diff)
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