]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man,units: link to the new dbus-api man pages
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 Sep 2020 06:03:10 +0000 (08:03 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Sep 2020 08:30:03 +0000 (10:30 +0200)
man/systemd-resolved.service.xml
man/systemd.offline-updates.xml
units/systemd-homed.service.in
units/systemd-hostnamed.service.in
units/systemd-importd.service.in
units/systemd-localed.service.in
units/systemd-logind.service.in
units/systemd-machined.service.in
units/systemd-resolved.service.in
units/systemd-timedated.service.in

index 914607e3f8d621827dec247c19eac3144fb3a757..6137a6d836540255449e571afd260206d835f239 100644 (file)
     receives any DNS traffic not matching any of its configured search/route-only domains, set the "DNS
     default route" option for it to false.</para>
 
-    <para>See the <ulink url="https://www.freedesktop.org/wiki/Software/systemd/resolved">resolved D-Bus API
-    Documentation</ulink> for information about the APIs <filename>systemd-resolved</filename> provides.
-    </para>
+    <para>See
+    <citerefentry><refentrytitle>org.freedesktop.resolve1</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+    for information about the D-Bus APIs <filename>systemd-resolved</filename> provides.</para>
   </refsect1>
 
   <refsect1>
index 81a37f67898c649bc1d42da5fe6b0460167f28e8..49d98d496ae518b174297ed786ae7534042c7596 100644 (file)
         script exits uncleanly (by non-zero error code, or signal/coredump). If your script succeeds
         you should trigger the reboot in your own code, for example by invoking logind's
         <command>Reboot()</command> call or calling <command>systemctl reboot</command>. See
-        <ulink url="https://www.freedesktop.org/wiki/Software/systemd/logind">logind dbus API</ulink>
-        for details.</para>
+        <citerefentry><refentrytitle>org.freedesktop.login1</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+        for details about the logind D-Bus API.</para>
       </listitem>
 
       <listitem>
index 7109e0351ced2d83188ae4c0c8afdd34b28b276d..a14bb5b409db766cf995f0e76692ac5b57a82eb1 100644 (file)
@@ -10,6 +10,8 @@
 [Unit]
 Description=Home Area Manager
 Documentation=man:systemd-homed.service(8)
+Documentation=man:org.freedesktop.home1(5)
+
 After=home.mount
 
 [Service]
index 923f32f6dbb8802df8fd96f6070937f5539fd152..017441f9dadfb825a7538417478b1e1f70112ba1 100644 (file)
@@ -9,8 +9,10 @@
 
 [Unit]
 Description=Hostname Service
-Documentation=man:systemd-hostnamed.service(8) man:hostname(5) man:machine-info(5)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/hostnamed
+Documentation=man:systemd-hostnamed.service(8)
+Documentation=man:hostname(5)
+Documentation=man:machine-info(5)
+Documentation=man:org.freedesktop.resolve1(5)
 
 [Service]
 BusName=org.freedesktop.hostname1
index 1a6fae4b69daab0956828fa2298e564f5f9503ee..58a7b472599078568eafcee8c745251a24cdd7c2 100644 (file)
@@ -10,7 +10,7 @@
 [Unit]
 Description=Virtual Machine and Container Download Service
 Documentation=man:systemd-importd.service(8)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/importd
+Documentation=man:org.freedesktop.import1(5)
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-importd
index 69d25f67333095407be9b4c0392ff8db92156b72..47f147956b604db149e2cdc82b101baa8d6237fd 100644 (file)
@@ -9,8 +9,10 @@
 
 [Unit]
 Description=Locale Service
-Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed
+Documentation=man:systemd-localed.service(8)
+Documentation=man:locale.conf(5)
+Documentation=man:vconsole.conf(5)
+Documentation=man:org.freedesktop.locale1(5)
 
 [Service]
 BusName=org.freedesktop.locale1
index ba1b9b791bc6985d7ad1d94ca748494809430fbc..a00c858b6cae4e9f84ce304888bed79560425e7e 100644 (file)
@@ -9,9 +9,11 @@
 
 [Unit]
 Description=User Login Management
-Documentation=man:systemd-logind.service(8) man:logind.conf(5)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/logind
+Documentation=man:systemd-logind.service(8)
+Documentation=man:logind.conf(5)
+Documentation=man:org.freedesktop.login1(5)
 Documentation=https://www.freedesktop.org/wiki/Software/systemd/multiseat
+
 Wants=user.slice modprobe@drm.service
 After=nss-user-lookup.target user.slice modprobe@drm.service
 
index 3db0281f81dcb5f8589f5cd2c49b3cc4b93c6bc9..0e452ddcab1886539927823a3072d288227e710e 100644 (file)
@@ -10,7 +10,8 @@
 [Unit]
 Description=Virtual Machine and Container Registration Service
 Documentation=man:systemd-machined.service(8)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined
+Documentation=man:org.freedesktop.machine1(5)
+
 Wants=machine.slice
 After=machine.slice
 RequiresMountsFor=/var/lib/machines
index 2432485e9ee609866e6623187828293b800e8761..513d96b74cfa356a1dc9880fddab45bd1f0b0e59 100644 (file)
 [Unit]
 Description=Network Name Resolution
 Documentation=man:systemd-resolved.service(8)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/resolved
+Documentation=man:org.freedesktop.resolve1(5)
 Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
 Documentation=https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
+
 DefaultDependencies=no
 After=systemd-sysusers.service systemd-networkd.service
 Before=network.target nss-lookup.target shutdown.target
index 2d51c0f8934482ac17b9056b9a1578f973c73a4f..f84bd3830b7365f7617b9235df5c3f498c44f787 100644 (file)
@@ -9,8 +9,9 @@
 
 [Unit]
 Description=Time & Date Service
-Documentation=man:systemd-timedated.service(8) man:localtime(5)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/timedated
+Documentation=man:systemd-timedated.service(8)
+Documentation=man:localtime(5)
+Documentation=man:org.freedesktop.timedate1(5)
 
 [Service]
 BusName=org.freedesktop.timedate1