summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-01 19:44:42 +0000
committerru <ru@FreeBSD.org>2004-10-01 19:44:42 +0000
commit3a3e9a66ad3eb77cd38cfc51e164c887be662a16 (patch)
treed9225e512e4bc57c3bd7b7b327f5f8e52a5ef169 /sys/boot
parentd3c9c2ab1a405cf5971fb9dc8779f36a9035eec6 (diff)
downloadFreeBSD-src-3a3e9a66ad3eb77cd38cfc51e164c887be662a16.zip
FreeBSD-src-3a3e9a66ad3eb77cd38cfc51e164c887be662a16.tar.gz
Document MD commands.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/common/help.alpha25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys/boot/alpha/common/help.alpha b/sys/boot/alpha/common/help.alpha
index e69de29..ce30524 100644
--- a/sys/boot/alpha/common/help.alpha
+++ b/sys/boot/alpha/common/help.alpha
@@ -0,0 +1,25 @@
+$FreeBSD$
+
+################################################################################
+# Treboot DReboot the system
+
+ reboot
+
+ Causes the system to immediately reboot.
+
+################################################################################
+# Thalt DHalt the system
+
+ halt
+
+ Causes the system to halt.
+
+################################################################################
+# Theap DDisplay memory management statistics
+
+ heap
+
+ Requests debugging output from the heap manager. For debugging use
+ only.
+
+################################################################################
OpenPOWER on IntegriCloud