sort: add -x hex sort feature back
[minix.git] / man / man8 / halt.8
blob5e91fb249a165424855b9dc158147f22e121e28c
1 .TH HALT 8
2 .SH NAME
3 halt \- abruptly stop the system
4 .SH SYNOPSIS
5 \fBhalt\fP [\fB\-f\fP]
6 .SH DESCRIPTION
7 .B Halt
8 stops the system almost immediately.  The users are not informed about
9 the things to come.
10 .B Halt
11 is logged in
12 .B /usr/adm/wtmp
13 and in 
14 .BR /usr/adm/log ,
15 if these files exist.
16 .B Halt
17 should only be run by the super-user, any other caller will be refused.
18 .PP
19 .B Halt
20 is a rather rude program.
21 .BR Shutdown (8)
22 is preferred for it performs a more gentle halt routine.
23 .PP
24 .B Halt \-f
25 is even worse, it omits the terminate signals that are normally
26 sent first to all processes to give them a chance to die peacefully.
27 .SH "SEE ALSO"
28 .BR reboot (2),
29 .BR shutdown (8),
30 .BR reboot (8),
31 .BR boot (8).
32 .SH AUTHOR
33 Edvard Tuinder (v892231@si.hhs.NL)