From af071f53d5564ac6c7fab59408e28f57d701bb5d Mon Sep 17 00:00:00 2001 From: AxiomaticAxolotl <68200048+AxiomaticAxolotl@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:01:39 -0400 Subject: [PATCH] reboot: fix typo in example (#6082) --- pages/linux/reboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/reboot.md b/pages/linux/reboot.md index daa95c8b0..3218d1729 100644 --- a/pages/linux/reboot.md +++ b/pages/linux/reboot.md @@ -13,7 +13,7 @@ - Halt the system (same as `halt`): -`rebooot --halt` +`reboot --halt` - Reboot immediately without contacting the system manager: