From 08550e1d43b4b21bba12d373d50a6fc90973f5f6 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 21 Nov 2018 10:20:43 +0100 Subject: [PATCH] timedatectl: tweak writing (#2604) --- pages/linux/timedatectl.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/linux/timedatectl.md b/pages/linux/timedatectl.md index b597a4392d..0d2170bbb9 100644 --- a/pages/linux/timedatectl.md +++ b/pages/linux/timedatectl.md @@ -2,22 +2,22 @@ > Control the system time and date. -- To check the current system clock time: +- Check the current system clock time: `timedatectl` -- To set the local time of the system clock directly: +- Set the local time of the system clock directly: `timedatectl set-time {{"yyyy-MM-dd hh:mm:ss"}}` -- To list available timezones: +- List available timezones: `timedatectl list-timezones` -- To change timezones: +- Set the system timezone: `timedatectl set-timezone {{timezone}}` -- To enable Network Time Protocol (NTP) syncing: +- Enable Network Time Protocol (NTP) synchronization: `timedatectl set-ntp on`