From 886ea9fc5c64dc2e34d0447128319d7dc40469a2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 1 Oct 2004 19:44:42 +0000 Subject: [PATCH] Document MD commands. --- sys/boot/alpha/common/help.alpha | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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. + +################################################################################