diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-29 17:31:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-01-29 17:31:44 +0000 |
commit | e2055879c0d57aa2b504a182a3ce6e8116383eaf (patch) | |
tree | f73dc2f6ac4c10168f6fca68c4ff700ff973b89a | |
parent | 7b4961d51a2e0d5f78c7652a3a2d86a887edf383 (diff) |
add /fastboot to FILES, since these pages discuss that file;
-rw-r--r-- | sbin/init/init.8 | 8 | ||||
-rw-r--r-- | share/man/man8/rc.8 | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 4a7d7c7c3c3..04fee7210f7 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.37 2006/07/25 07:23:44 jmc Exp $ +.\" $OpenBSD: init.8,v 1.38 2007/01/29 17:31:43 jmc Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -270,6 +270,12 @@ system startup commands commands that run before the security level changes .It Pa /etc/rc.shutdown script run at shutdown time +.It Pa /fastboot +tells +.Xr rc 8 +not to run +.Xr fsck 8 +during the next boot .El .Sh DIAGNOSTICS .Bl -diag diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 1072aecb93d..4e243e1459e 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.23 2007/01/29 17:23:44 jmc Exp $ +.\" $OpenBSD: rc.8,v 1.24 2007/01/29 17:31:43 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -202,6 +202,12 @@ Commands run at system shutdown. Login class capability database. .It /etc/netstart Command script for network startup. +.It Pa /fastboot +Tells +.Xr rc 8 +not to run +.Xr fsck 8 +during the next boot. .El .Sh SEE ALSO .Xr login.conf 5 , |