From f94dacf90e0bfbc437d9a7e1f96f65cfbe3aa996 Mon Sep 17 00:00:00 2001 From: Liav A Date: Sun, 19 Dec 2021 21:04:28 +0200 Subject: [PATCH] Base: Add reboot(1) manpage --- Base/usr/share/man/man1/reboot.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Base/usr/share/man/man1/reboot.md 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.