Add define for Kirk Smith's USR Courier driver. Change default baud
[unix-history] / usr / src / sbin / reboot / halt.8
CommitLineData
79ff4b9e
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
cc6525dc 5.\" @(#)halt.8 6.1 (Berkeley) %G%
79ff4b9e 6.\"
cc6525dc 7.TH HALT 8 ""
79ff4b9e
KM
8.UC 4
9.SH NAME
10halt \- stop the processor
11.SH SYNOPSIS
12.B /etc/halt
13[
14.B \-n
15]
16[
17.B \-q
18]
19[
20.B \-y
21]
22.SH DESCRIPTION
23.I Halt
24writes out sandbagged information to the disks and then stops
25the processor. The machine does not reboot, even if the auto-reboot
26switch is set on the console.
27.PP
28The
29.B \-n
30option prevents the sync before stopping. The
31.B \-q
32option causes a quick halt, no graceful shutdown is attempted. The
33.B \-y
34option is needed if you are trying to halt the system from a dialup.
35.SH SEE ALSO
36reboot(8), shutdown(8)
37.SH BUGS
38It is very difficult to halt a VAX, as the machine wants to then
39reboot itself. A rather tight loop suffices.