diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-29 17:33:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-29 17:33:26 +0000 |
commit | a48af4855c9e0d36704fb4435e95ce1d1bb569c5 (patch) | |
tree | e09b696c843cc825a22965a255de266910d17423 /sbin | |
parent | e2055879c0d57aa2b504a182a3ce6e8116383eaf (diff) |
sort FILES;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.8 | 14 |
1 files changed, 7 insertions, 7 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 |