mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
25 lines
610 B
Text
25 lines
610 B
Text
$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.
|
|
|
|
################################################################################
|