瀏覽代碼

Base: Add reboot(1) manpage

Liav A 3 年之前
父節點
當前提交
f94dacf90e
共有 1 個文件被更改,包括 18 次插入0 次删除
  1. 18 0
      Base/usr/share/man/man1/reboot.md

+ 18 - 0
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.