Use more macros and sort xrefs.

This commit is contained in:
snj 2005-06-30 21:36:34 +00:00
parent 66276ec095
commit 23b31bb2ee
1 changed files with 16 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: init.8,v 1.34 2005/06/30 16:38:06 christos Exp $
.\" $NetBSD: init.8,v 1.35 2005/06/30 21:36:34 snj Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -338,17 +338,26 @@ If, at bootstrap time, the
process cannot be located, the system will panic with the message
.Dq panic: init died (signal %d, exit %d) .
.Pp
If /dev/console does not exist,
If
.Pa /dev/console
does not exist,
.Nm
will create a MFS (memory based file system) mounted over /dev.
Then it will create a /dev/console device so you can see things happening.
Then it will create a
.Pa /dev/console
device so you can see things happening.
The
.Xr MAKEDEV 8
and MAKEDEV.local scripts are placed in the new /dev directory.
and MAKEDEV.local scripts are placed in the new
.Pa /dev
directory.
Then
.Nm
changes the working directory to /dev and runs the scripts using the
``init'' special target.
changes the working directory to
.Pa /dev
and runs the scripts using the
.Dq init
special target.
This creates the standard devices considered necessary to boot the system.
.Sh FILES
.Bl -tag -width /var/log/wtmp -compact
@ -388,9 +397,9 @@ device driver because of a persistent device error condition.
.Xr sh 1 ,
.Xr options 4 ,
.Xr ttys 5 ,
.Xr MAKEDEV 8 ,
.Xr getty 8 ,
.Xr halt 8 ,
.Xr MAKEDEV 8 ,
.Xr mfs 8 ,
.Xr rc 8 ,
.Xr reboot 8 ,