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 17:08:06 +0200
commitb7c6b9d4a71e38cb5ac33423a9e41a43c833d45e (patch)
tree86f3a4e04beaf2da85450d69bad10cd585355087
parent00a2361bb5d3fccfa5b4fdb4d73b7aa7938e2449 (diff)
downloadsystemd-b7c6b9d4a71e38cb5ac33423a9e41a43c833d45e.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)
-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>