]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update links to "Inhibitor Locks"
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 11:04:09 +0000 (13:04 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 12:48:53 +0000 (14:48 +0200)
man/org.freedesktop.login1.xml
man/systemd-inhibit.xml
man/systemd-logind.service.xml
man/systemd-suspend.service.xml

index 20936a693611e5f72811052a49ccbcd2c6f502f1..aacaa1b952572aa0844aedc6fff80125f36a33d5 100644 (file)
@@ -715,7 +715,7 @@ node /org/freedesktop/login1 {
       whether the inhibit shall be consider mandatory or whether it should just delay the operation to a
       certain maximum time. The method returns a file descriptor. The lock is released the moment this file
       descriptor and all its duplicates are closed. For more information on the inhibition logic see
-      <ulink url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor Locks</ulink>.
+      <ulink url="https://systemd.io/INHIBITOR_LOCKS">Inhibitor Locks</ulink>.
       </para>
     </refsect2>
 
@@ -739,7 +739,7 @@ node /org/freedesktop/login1 {
       that should be done shortly before shutdown/sleep, in conjunction with delay inhibitor locks. After
       completion of this work they should release their inhibition locks in order to not delay the operation
       any further. For more information see
-      <ulink url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor Locks</ulink>. The
+      <ulink url="https://systemd.io/INHIBITOR_LOCKS">Inhibitor Locks</ulink>. The
       <function>PrepareForShutdownWithMetadata()</function> signal additionally sends a list of key/value
       pair metadata fields. Currently it sends a <varname>type</varname> string which defines the type of
       shutdown. The type can be one of <literal>power-off</literal>, <literal>reboot</literal>,
index 87f17be0ed48ab96272396c101e9e893016f0f31..a6dbb06c360d48ac13466039fba7758adae74de4 100644 (file)
@@ -44,9 +44,8 @@
     an optical disc is being recorded, or similar operations that
     should not be interrupted.</para>
 
-    <para>For more information see the <ulink
-    url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
-    Lock Developer Documentation</ulink>.</para>
+    <para>For more information see
+    <ulink url="https://systemd.io/INHIBITOR_LOCKS">Inhibitor Locks</ulink>.</para>
   </refsect1>
 
   <refsect1>
index e14d2d2ce249129e20c4932797c94b077b19bbef..e9d721823f639bbdeb9fb5fe7146b33355eff357 100644 (file)
@@ -84,9 +84,8 @@
     <citerefentry><refentrytitle>org.freedesktop.LogControl1</refentrytitle><manvolnum>5</manvolnum></citerefentry>
     for information about the D-Bus APIs <filename>systemd-logind</filename> provides.</para>
 
-    <para>For more information on the inhibition logic see the <ulink
-    url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
-    Lock Developer Documentation</ulink>.</para>
+    <para>For more information see
+    <ulink url="https://systemd.io/INHIBITOR_LOCKS">Inhibitor Locks</ulink>.</para>
 
     <para>If you are interested in writing a display manager that makes use of logind, please have look at
     <ulink url="https://www.freedesktop.org/wiki/Software/systemd/writing-display-managers">Writing Display
index 9fbca6193f771aae55f246e33c1713f96c3f9134..c5833b23159868a70755e043c56b4b9cf5fd6e57 100644 (file)
     <para>Note that scripts or binaries dropped in
     <filename>/usr/lib/systemd/system-sleep/</filename> are intended
     for local use only and should be considered hacks. If applications
-    want to react to system suspend/hibernation and resume,
-    they should rather use the <ulink
-    url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
-    interface</ulink>.</para>
+    want to react to system suspend/hibernation and resume, they should rather use the
+    <ulink url="https://systemd.io/INHIBITOR_LOCKS">Inhibitor Locks</ulink>.</para>
 
     <para>Note that <filename>systemd-suspend.service</filename>,
     <filename>systemd-hibernate.service</filename>, <filename>systemd-hybrid-sleep.service</filename>, and