summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-01-29 17:33:25 +0000
committerjmc <jmc@openbsd.org>2007-01-29 17:33:25 +0000
commit41281203e77e224eea3a4c9c31f3b8e02ff78ac2 (patch)
tree21304096d6c70ef2d45ef69971a0c83eef47f5b8
parentadd /fastboot to FILES, since these pages discuss that file; (diff)
downloadwireguard-openbsd-41281203e77e224eea3a4c9c31f3b8e02ff78ac2.tar.xz
wireguard-openbsd-41281203e77e224eea3a4c9c31f3b8e02ff78ac2.zip
sort FILES;
-rw-r--r--sbin/init/init.814
-rw-r--r--sbin/shutdown/shutdown.810
2 files changed, 12 insertions, 12 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 04fee7210f7..2025ced5a86 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: init.8,v 1.38 2007/01/29 17:31:43 jmc Exp $
+.\" $OpenBSD: init.8,v 1.39 2007/01/29 17:33:25 jmc Exp $
.\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -258,24 +258,24 @@ system console device
.It Pa /dev/tty*
terminal ports found in
.Em ttys
-.It Pa /var/run/utmp
-record of users currently logged in
-.It Pa /var/log/wtmp
-record of all logins and logouts
-.It Pa /etc/ttys
-terminal initialization information file
.It Pa /etc/rc
system startup commands
.It Pa /etc/rc.securelevel
commands that run before the security level changes
.It Pa /etc/rc.shutdown
script run at shutdown time
+.It Pa /etc/ttys
+terminal initialization information file
.It Pa /fastboot
tells
.Xr rc 8
not to run
.Xr fsck 8
during the next boot
+.It Pa /var/run/utmp
+record of users currently logged in
+.It Pa /var/log/wtmp
+record of all logins and logouts
.El
.Sh DIAGNOSTICS
.Bl -diag
diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8
index 75ca85dbd8f..5ddc2cb0ba2 100644
--- a/sbin/shutdown/shutdown.8
+++ b/sbin/shutdown/shutdown.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shutdown.8,v 1.36 2005/05/19 09:28:24 jmc Exp $
+.\" $OpenBSD: shutdown.8,v 1.37 2007/01/29 17:34:25 jmc Exp $
.\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
@@ -177,16 +177,16 @@ command by killing the shutdown process.
.Bl -tag -width /etc/rc.shutdown -compact
.It Pa /etc/nologin
tells login not to let anyone log in
+.It Pa /etc/rc.shutdown
+run by
+.Xr rc 8
+before the system is shutdown
.It Pa /fastboot
tells
.Xr rc 8
not to run
.Xr fsck 8
during the next boot
-.It Pa /etc/rc.shutdown
-run by
-.Xr rc 8
-before the system is shutdown
.El
.Sh SEE ALSO
.Xr kill 1 ,