summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@bitwise.fi>2021-09-24 15:26:21 +0300
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-12 18:00:44 +0200
commit7c40beb6102ce65739fd78f06665263b3809efaa (patch)
tree6a44d79c18282f52726e36274a2791d2b5ca6aca
parent9ade10a6cdf159283d27a83bb690d7264fe96586 (diff)
downloadsystemd-7c40beb6102ce65739fd78f06665263b3809efaa.tar.gz
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. (cherry picked from commit 9376b2aab3692d26de60a93e396f84fa2799b80b) (cherry picked from commit b7c6b9d4a71e38cb5ac33423a9e41a43c833d45e)
-rw-r--r--man/timedatectl.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/timedatectl.xml b/man/timedatectl.xml
index ce14152370..974431f53b 100644
--- a/man/timedatectl.xml
+++ b/man/timedatectl.xml
@@ -126,8 +126,9 @@
<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>