Document MD commands.

This commit is contained in:
Ruslan Ermilov 2004-10-01 19:44:42 +00:00
parent 74e9b5ed3b
commit 886ea9fc5c

View File

@ -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.
################################################################################