From: Anssi Hannula Date: Fri, 24 Sep 2021 12:26:21 +0000 (+0300) Subject: man: fix a reference in timedatectl man page X-Git-Tag: v250-rc1~623 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9376b2aab3692d26de60a93e396f84fa2799b80b;p=thirdparty%2Fsystemd.git man: fix a reference in timedatectl man page timedatectl(1) says the synchronization service list generation is described "below", but in reality it is documented in systemd-timedated.service(8). Fix the sentence to reference the correct man page. --- diff --git a/man/timedatectl.xml b/man/timedatectl.xml index ce141523705..974431f53b5 100644 --- a/man/timedatectl.xml +++ b/man/timedatectl.xml @@ -126,8 +126,9 @@ Takes a boolean argument. Controls whether network time synchronization is active and enabled (if available). If the argument is true, this enables and starts the first existing network synchronization service. If the argument is false, then this disables and stops the known network - synchronization services. The way that the list of services is built is described below. - + synchronization services. The way that the list of services is built is described in + systemd-timedated.service8. +