]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix a reference in timedatectl man page
authorAnssi Hannula <anssi.hannula@bitwise.fi>
Fri, 24 Sep 2021 12:26:21 +0000 (15:26 +0300)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 24 Sep 2021 17:35:42 +0000 (18:35 +0100)
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.

man/timedatectl.xml

index ce1415237059ebd95d0202e878fcbee674ede2cd..974431f53b52d451f63d693321a6431ede7d07a2 100644 (file)
         <listitem><para>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.</para>
-        </listitem>
+        synchronization services. The way that the list of services is built is described in
+        <citerefentry><refentrytitle>systemd-timedated.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
+        </para></listitem>
       </varlistentry>
 
     </variablelist>