]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/alpha/common/help.alpha
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / sys / boot / alpha / common / help.alpha
1 $FreeBSD$
2
3 ################################################################################
4 # Treboot DReboot the system
5
6         reboot
7
8         Causes the system to immediately reboot.
9
10 ################################################################################
11 # Thalt DHalt the system
12
13         halt
14
15         Causes the system to halt.
16
17 ################################################################################
18 # Theap DDisplay memory management statistics
19
20         heap
21
22         Requests debugging output from the heap manager.  For debugging use
23         only.
24
25 ################################################################################