Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/init Sort sections and SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/a426e9d1553a
branches:  trunk
changeset: 517632:a426e9d1553a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 16 11:37:04 2001 +0000

description:
Sort sections and SEE ALSO.

diffstat:

 sbin/init/init.8 |  36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diffs (59 lines):

diff -r 473ea9bc7b9e -r a426e9d1553a sbin/init/init.8
--- a/sbin/init/init.8  Fri Nov 16 11:36:33 2001 +0000
+++ b/sbin/init/init.8  Fri Nov 16 11:37:04 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: init.8,v 1.23 2001/06/05 11:22:45 wiz Exp $
+.\"    $NetBSD: init.8,v 1.24 2001/11/16 11:37:04 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -305,6 +305,22 @@
 .Nm
 process cannot be located, the system will panic with the message
 ``panic: "init died (signal %d, exit %d)''.
+.Sh FILES
+.Bl -tag -width /var/log/wtmp -compact
+.It Pa /dev/console
+System console device.
+.It Pa /dev/tty*
+Terminal ports found in
+.Xr ttys 5 .
+.It Pa /var/run/utmp
+Record of Current users on the system.
+.It Pa /var/log/wtmp
+Record of all logins and logouts.
+.It Pa /etc/ttys
+The terminal initialization information file.
+.It Pa /etc/rc
+System startup commands.
+.El
 .Sh DIAGNOSTICS
 .Bl -diag
 .It "getty repeating too quickly on port %s, sleeping"
@@ -321,25 +337,9 @@
 that is stuck in a device driver because of
 a persistent device error condition.
 .El
-.Sh FILES
-.Bl -tag -width /var/log/wtmp -compact
-.It Pa /dev/console
-System console device.
-.It Pa /dev/tty*
-Terminal ports found in
-.Xr ttys 5 .
-.It Pa /var/run/utmp
-Record of Current users on the system.
-.It Pa /var/log/wtmp
-Record of all logins and logouts.
-.It Pa /etc/ttys
-The terminal initialization information file.
-.It Pa /etc/rc
-System startup commands.
-.El
 .Sh SEE ALSO
+.Xr kill 1 ,
 .Xr login 1 ,
-.Xr kill 1 ,
 .Xr sh 1 ,
 .Xr options 4 ,
 .Xr ttys 5 ,



Home | Main Index | Thread Index | Old Index