Переглянути джерело

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.