diff --git a/sys/boot/alpha/common/help.alpha b/sys/boot/alpha/common/help.alpha index e69de29bb2d1..ce30524bd6e6 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. + +################################################################################