4.3BSD/usr/man/man8/fastboot.8

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)fastboot.8	6.1 (Berkeley) 4/27/85
.\"
.TH FASTBOOT 8 "April 27, 1985"
.UC 5
.SH NAME
fastboot, fasthalt \- reboot/halt the system without checking the disks
.SH SYNOPSIS
.B /etc/fastboot
[
.I boot-options
]
.br
.B /etc/fasthalt
[
.I halt-options
]
.SH DESCRIPTION
.I Fastboot
and
.I fasthalt
are shell scripts which reboot and halt the system without
checking the file systems.  This is done by creating a
file 
.IR /fastboot ,
then invoking the 
.I reboot
program.  The system startup script,
.IR /etc/rc ,
looks for this file and, if present, skips the normal
invocation of
.IR fsck (8).
.SH "SEE ALSO"
halt(8),
reboot(8),
rc(8)