diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-23 16:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 16:51:41 +0200 |
commit | 1b7ac91f94f8c9fe0c72fb7dc1a1014d7a863dd9 (patch) | |
tree | 8df93b76a232d22bbd54954d0b1aff6576529989 /man/timedatectl.xml | |
parent | b6e386ca1cae182933ef243f5561777ba618327d (diff) | |
download | systemd-1b7ac91f94f8c9fe0c72fb7dc1a1014d7a863dd9.tar.gz |
man: add missing verb in timedatectl(1) (#6896)
As noted by Michael Biebl.
Diffstat (limited to 'man/timedatectl.xml')
-rw-r--r-- | man/timedatectl.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/timedatectl.xml b/man/timedatectl.xml index 0dacd05958..80f63e8918 100644 --- a/man/timedatectl.xml +++ b/man/timedatectl.xml @@ -103,11 +103,11 @@ <varlistentry> <term><command>status</command></term> - <listitem><para>Show current settings of the system clock and - RTC, including whether network time synchronization through - <filename>systemd-timesyncd.service</filename> is active. - Even if is off, a different service might still synchronize the - clock with the network.</para></listitem> + <listitem><para>Show current settings of the system clock and RTC, + including whether network time synchronization through + <filename>systemd-timesyncd.service</filename> is active. Even if it is + inactive, a different service might still synchronize the clock. + </para></listitem> </varlistentry> <varlistentry> |