aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-10-01 19:44:42 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-10-01 19:44:42 +0000
commit886ea9fc5c64dc2e34d0447128319d7dc40469a2 (patch)
treed9225e512e4bc57c3bd7b7b327f5f8e52a5ef169
parent74e9b5ed3b6c99d879eacafdd1e5ab8d887b5dc8 (diff)
Notes
-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 e69de29bb2d1d..ce30524bd6e66 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.
+
+################################################################################