init first appeared in V1 UNIX

http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/init.s
Replace contraction.
Bump date.
This commit is contained in:
sevan 2016-09-11 22:22:57 +00:00
parent 3ef31cfb4a
commit 480937e0df

View File

@ -1,4 +1,4 @@
.\" $NetBSD: init.8,v 1.59 2013/10/02 22:07:56 apb Exp $
.\" $NetBSD: init.8,v 1.60 2016/09/11 22:22:57 sevan Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -32,7 +32,7 @@
.\"
.\" @(#)init.8 8.6 (Berkeley) 5/26/95
.\"
.Dd October 2, 2013
.Dd September 11, 2016
.Dt INIT 8
.Os
.Sh NAME
@ -195,7 +195,7 @@ The
.Dq init.root
sysctl node is fabricated by
.Nm
at startup and re-created any time it's found to be missing.
at startup and re-created any time it is found to be missing.
Type of the node is string capable of holding full pathname, and
is only accessible by the superuser (unless explicitly destroyed
and re-created with different specification).
@ -297,7 +297,7 @@ will cease creating new
.Xr getty 8 Ns 's
and allow the system to slowly die away, if it is sent a terminal stop
.Pq Dv TSTP
signal, i.e.
signal, i.e.,
.Dq Li "kill \-s TSTP 1" .
A later hangup will resume full
multi-user operations, or a terminate will start a single user shell.
@ -387,4 +387,4 @@ device driver because of a persistent device error condition.
A
.Nm
command appeared in
.At v6 .
.At v1 .