summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/reboot.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man1/reboot.md')
-rw-r--r--Base/usr/share/man/man1/reboot.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/reboot.md b/Base/usr/share/man/man1/reboot.md
new file mode 100644
index 0000000000..4ef0b61356
--- /dev/null
+++ b/Base/usr/share/man/man1/reboot.md
@@ -0,0 +1,18 @@
+## Name
+
+reboot - Reboot the machine
+
+## Synopsis
+
+```**sh
+$ reboot
+```
+
+## Description
+
+`reboot` instructs the kernel to reboot the machine immediately.
+
+## Notes
+
+The `reboot` utility opens the `/sys/firmware/power_state` node and writes the magic value "1"
+to instruct the kernel to reboot the machine.