From bdd392ea705b137fe1c219356947f78154c31590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 24 Feb 2014 14:56:50 +0100 Subject: [PATCH] Fix shutdown typo --- linux/shutdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/shutdown.md b/linux/shutdown.md index 7e156721cf..a13bc76651 100644 --- a/linux/shutdown.md +++ b/linux/shutdown.md @@ -9,8 +9,8 @@ - Reboot in 5 minutes. -`shutodwn -r +5 &` +`shutdown -r +5 &` - Cancel a pending shutdown/reboot operation -`shutdown -c` \ No newline at end of file +`shutdown -c`