diff --git a/NEWS b/NEWS
index f922019d794..e9b77819a84 100644
--- a/NEWS
+++ b/NEWS
@@ -2204,7 +2204,7 @@ CHANGES WITH 220:
gudev from the Gnome project instead. gudev is still included
in systemd, for now. It will be removed soon, though. Please
also see the announcement-thread on systemd-devel:
- http://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
+ https://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
* systemd now exposes a CPUUsageNSec= property for each
service unit on the bus, that contains the overall consumed
@@ -4107,7 +4107,7 @@ CHANGES WITH 211:
also supports LUKS-encrypted partitions now. With this in
place, automatic discovery of partitions to mount following
the Discoverable Partitions Specification
- (http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec)
+ (https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec)
is now a lot more complete. This allows booting without
/etc/fstab and without root= on the kernel command line on
systems prepared appropriately.
@@ -5459,7 +5459,7 @@ CHANGES WITH 199:
* A new libsystemd-bus module has been added that implements a
pretty complete D-Bus client library. For details see:
- http://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html
+ https://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html
* journald will now explicitly flush the journal files to disk
at the latest 5min after each write. The file will then also
@@ -5609,7 +5609,7 @@ CHANGES WITH 198:
only in conjunction with Gummiboot, but could be supported
by other boot loaders too. For details see:
- http://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface
+ https://www.freedesktop.org/wiki/Software/systemd/BootLoaderInterface
* A new generator has been added that automatically mounts the
EFI System Partition (ESP) to /boot, if that directory
@@ -5685,7 +5685,7 @@ CHANGES WITH 198:
* A new tool kernel-install has been added that can install
kernel images according to the Boot Loader Specification:
- http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
+ https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
* Boot time console output has been improved to provide
animated boot time output for hanging jobs.
@@ -5775,7 +5775,7 @@ CHANGES WITH 197:
of these policies is now the default. Please see this wiki
document for details:
- http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
+ https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
* Auke Kok's bootchart implementation has been added to the
systemd tree. It is an optional component that can graph the
@@ -5923,7 +5923,7 @@ CHANGES WITH 196:
indexed database to link up additional information with
journal entries. For further details please check:
- http://www.freedesktop.org/wiki/Software/systemd/catalog
+ https://www.freedesktop.org/wiki/Software/systemd/catalog
The indexed message catalog database also needs to be
rebuilt after installation of message catalog files. Use
@@ -6775,7 +6775,7 @@ CHANGES WITH 183:
* A framework for implementing offline system updates is now
integrated, for details see:
- http://freedesktop.org/wiki/Software/systemd/SystemUpdates
+ https://freedesktop.org/wiki/Software/systemd/SystemUpdates
* A new service type Type=idle is available now which helps us
avoiding ugly interleaving of getty output and boot status
@@ -7056,7 +7056,7 @@ CHANGES WITH 39:
* New unit file option ControlGroupPersistent= to make cgroups
persistent, following the mechanisms outlined in
- http://www.freedesktop.org/wiki/Software/systemd/PaxControlGroups
+ https://www.freedesktop.org/wiki/Software/systemd/PaxControlGroups
* Support multiple local RTCs in a sane way
@@ -7143,7 +7143,7 @@ CHANGES WITH 38:
* Processes with '@' in argv[0][0] are now excluded from the
final shut-down killing spree, following the logic explained
in:
- http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons
+ https://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons
* All processes remaining in a service cgroup when we enter
the START or START_PRE states are now killed with
diff --git a/README b/README
index dc88d5b2610..a464e39a397 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ DETAILS:
http://0pointer.de/blog/projects/systemd.html
WEB SITE:
- http://www.freedesktop.org/wiki/Software/systemd
+ https://www.freedesktop.org/wiki/Software/systemd
GIT:
git@github.com:systemd/systemd.git
@@ -14,7 +14,7 @@ GITWEB:
https://github.com/systemd/systemd
MAILING LIST:
- http://lists.freedesktop.org/mailman/listinfo/systemd-devel
+ https://lists.freedesktop.org/mailman/listinfo/systemd-devel
IRC:
#systemd on irc.freenode.org
@@ -269,7 +269,7 @@ WARNINGS:
requires that /var/run is a symlink to /run.
For more information on this issue consult
- http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
+ https://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
To run systemd under valgrind, compile with VALGRIND defined
(e.g. ./configure CPPFLAGS='... -DVALGRIND=1'). Otherwise,
diff --git a/README.md b/README.md
index 35ab9663caf..82fb799b427 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
## Details
-General information about systemd can be found in the [systemd Wiki](http://www.freedesktop.org/wiki/Software/systemd).
+General information about systemd can be found in the [systemd Wiki](https://www.freedesktop.org/wiki/Software/systemd).
Information about build requirements are provided in the [README file](../master/README).
@@ -17,4 +17,4 @@ Please see our [Contribution Guidelines](../master/.github/CONTRIBUTING.md) for
When preparing patches for systemd, please follow our [Coding Style Guidelines](../master/CODING_STYLE).
-If you are looking for support, please contact our [mailing list](http://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](irc://irc.freenode.org/%23systemd).
+If you are looking for support, please contact our [mailing list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](irc://irc.freenode.org/%23systemd).
diff --git a/configure.ac b/configure.ac
index 0e7bd1b76b6..156511851cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,9 +21,9 @@ AC_PREREQ([2.64])
AC_INIT([systemd],
[233],
- [http://github.com/systemd/systemd/issues],
+ [https://github.com/systemd/systemd/issues],
[systemd],
- [http://www.freedesktop.org/wiki/Software/systemd])
+ [https://www.freedesktop.org/wiki/Software/systemd])
AC_CONFIG_SRCDIR([src/core/main.c])
AC_CONFIG_MACRO_DIR([m4])
@@ -581,7 +581,7 @@ AC_ARG_WITH([support-url],
AS_HELP_STRING([--with-support-url=URL],
[specify the support URL to show in catalog entries included in systemd]),
[SUPPORT_URL="$withval"],
- [SUPPORT_URL=http://lists.freedesktop.org/mailman/listinfo/systemd-devel])
+ [SUPPORT_URL=https://lists.freedesktop.org/mailman/listinfo/systemd-devel])
AC_SUBST(SUPPORT_URL)
diff --git a/man/bootctl.xml b/man/bootctl.xml
index e2575a4751b..675e0174e97 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -118,8 +118,8 @@
See Also
- Boot loader specification
- Systemd boot loader interface
+ Boot loader specification
+ Systemd boot loader interface
diff --git a/man/busctl.xml b/man/busctl.xml
index f63d0d5bab2..28b36f09d01 100644
--- a/man/busctl.xml
+++ b/man/busctl.xml
@@ -472,7 +472,7 @@ o "/org/freedesktop/systemd1/job/42684"
dbus-daemon1,
- D-Bus,
+ D-Bus,
sd-bus3,
systemd1,
machinectl1,
diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml
index 538a592f8da..ab52ccfe0c5 100644
--- a/man/file-hierarchy.xml
+++ b/man/file-hierarchy.xml
@@ -502,7 +502,7 @@
url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG
Base Directory Specification. Additional locations for
high-level user resources are defined by xdg-user-dirs.
+ url="https://www.freedesktop.org/wiki/Software/xdg-user-dirs/">xdg-user-dirs.
diff --git a/man/journalctl.xml b/man/journalctl.xml
index eacba048bc9..75bbc102159 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -318,7 +318,7 @@
serializes the journal into a binary (but mostly
text-based) stream suitable for backups and network
transfer (see
- Journal Export Format
+ Journal Export Format
for more information). To import the binary stream back
into native journald format use
systemd-journal-remote8.
@@ -332,7 +332,7 @@
formats entries as JSON data structures, one per
line (see
- Journal JSON Format
+ Journal JSON Format
for more information).
@@ -401,7 +401,7 @@
manuals. Note that help texts are not available for all
messages, but only for selected ones. For more information on
the message catalog, please refer to the
- Message Catalog Developer Documentation.
+ Message Catalog Developer Documentation.
Note: when attaching journalctl
output to bug reports, please do not use
diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index 99b7970457e..94b6b1110d6 100644
--- a/man/kernel-install.xml
+++ b/man/kernel-install.xml
@@ -189,7 +189,7 @@
machine-id5,
os-release5,
- Boot loader specification
+ Boot loader specification
diff --git a/man/sd-bus.xml b/man/sd-bus.xml
index 66b1c96c159..6439395549f 100644
--- a/man/sd-bus.xml
+++ b/man/sd-bus.xml
@@ -62,7 +62,7 @@
Descriptionsd-bus.h provides an implementation of a D-Bus IPC client. See
-
+
for more information about D-Bus IPC.
diff --git a/man/sd-login.xml b/man/sd-login.xml
index 328f71164da..6861fbe2576 100644
--- a/man/sd-login.xml
+++ b/man/sd-login.xml
@@ -67,7 +67,7 @@
local system. See Multi-Seat
+ url="https://www.freedesktop.org/wiki/Software/systemd/multiseat">Multi-Seat
on Linux for an introduction into multi-seat support on
Linux, the background for this set of APIs.
diff --git a/man/sd_journal_get_catalog.xml b/man/sd_journal_get_catalog.xml
index 35ec46f63e5..604deb4e8ca 100644
--- a/man/sd_journal_get_catalog.xml
+++ b/man/sd_journal_get_catalog.xml
@@ -90,7 +90,7 @@
For more information about the journal message catalog
please refer to the Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/catalog">Journal
Message Catalogs documentation page.
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 25db00e5f68..d0b39d771bd 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -1181,7 +1181,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
For more information on the preset policy format, see
systemd.preset5.
For more information on the concept of presets, please consult the
- Preset
+ Preset
document.
diff --git a/man/systemd-ask-password-console.service.xml b/man/systemd-ask-password-console.service.xml
index 479e5f2e5b3..3c1537d9424 100644
--- a/man/systemd-ask-password-console.service.xml
+++ b/man/systemd-ask-password-console.service.xml
@@ -71,7 +71,7 @@
properly notified.
See the
+ url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
developer documentation for more information about the
system password logic.
diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml
index 8d3355819b1..51d8ef5d82e 100644
--- a/man/systemd-ask-password.xml
+++ b/man/systemd-ask-password.xml
@@ -109,7 +109,7 @@
Additional password agents may be implemented according to
the systemd
+ url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">systemd
Password Agent Specification.If a password is queried on a TTY, the user may press TAB to
diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml
index 7243467dc2d..2c285bcb220 100644
--- a/man/systemd-coredump.xml
+++ b/man/systemd-coredump.xml
@@ -91,7 +91,7 @@
It is also possible to invoke systemd-coredump with
option. In this case, systemd-coredump expects
a journal entry in the journal
- Journal Export Format
+ Journal Export Format
on standard input. The entry should contain a MESSAGE= field and any additional
metadata fields the caller deems reasonable. systemd-coredump will append
additional metadata fields in the same way it does for core dumps received from the kernel. In
diff --git a/man/systemd-cryptsetup@.service.xml b/man/systemd-cryptsetup@.service.xml
index fb8b06714db..73bd5b78ab2 100644
--- a/man/systemd-cryptsetup@.service.xml
+++ b/man/systemd-cryptsetup@.service.xml
@@ -61,7 +61,7 @@
systemd-cryptsetup@.service will ask
for hard disk passwords via the
+ url="https://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">
password agent logic, in order to query the user for the
password using the right mechanism at boot and during
runtime.
diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml
index 338925964d3..8bff3bb7f49 100644
--- a/man/systemd-getty-generator.xml
+++ b/man/systemd-getty-generator.xml
@@ -64,7 +64,7 @@
container-getty@.service instances for
additional container pseudo TTYs as requested by the container
manager (see Container
+ url="https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/">Container
Interface). This should ensure that the user is
shown a login prompt at the right place, regardless of which
environment the system is started in. For example, it is
diff --git a/man/systemd-gpt-auto-generator.xml b/man/systemd-gpt-auto-generator.xml
index 3af423b5538..eb7a2c4c28d 100644
--- a/man/systemd-gpt-auto-generator.xml
+++ b/man/systemd-gpt-auto-generator.xml
@@ -62,7 +62,7 @@
partitions and creates mount and swap units for them, based on the
partition type GUIDs of GUID partition tables (GPT). It implements
the Discoverable
+ url="https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable
Partitions Specification. Note that this generator has no
effect on non-GPT systems, or where the directories under the
mount points are already non-empty. Also, on systems where the
diff --git a/man/systemd-hostnamed.service.xml b/man/systemd-hostnamed.service.xml
index 6990d41b020..17755aa69e1 100644
--- a/man/systemd-hostnamed.service.xml
+++ b/man/systemd-hostnamed.service.xml
@@ -66,7 +66,7 @@
is a command line client to this service.See the
+ url="https://www.freedesktop.org/wiki/Software/systemd/hostnamed">
developer documentation for information about the APIs
systemd-hostnamed provides.
diff --git a/man/systemd-importd.service.xml b/man/systemd-importd.service.xml
index 8fdced475ce..70a618ce46e 100644
--- a/man/systemd-importd.service.xml
+++ b/man/systemd-importd.service.xml
@@ -64,7 +64,7 @@
import-tar, export-raw, and export-tar commands.See the
-
+
importd D-Bus API Documentation for information about the
APIs systemd-importd provides.
diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml
index ce169960d88..09b82b82c1b 100644
--- a/man/systemd-inhibit.xml
+++ b/man/systemd-inhibit.xml
@@ -72,7 +72,7 @@
should not be interrupted.
For more information see the Inhibitor
+ url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
Lock Developer Documentation.
diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml
index 22294542f37..3ee344e50bc 100644
--- a/man/systemd-journal-gatewayd.service.xml
+++ b/man/systemd-journal-gatewayd.service.xml
@@ -197,7 +197,7 @@
one per line
(like journalctl --output json).
See Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal
JSON Format for more information.
@@ -222,7 +222,7 @@
transfer
(like journalctl --output export).
See Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
Export Format for more information.
@@ -289,7 +289,7 @@
ExamplesRetrieve events from this boot from local journal
in Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
Export Format:
curl --silent -H'Accept: application/vnd.fdo.journal' \
'http://localhost:19531/entries?boot'
diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml
index ee2d5c24862..d7750e416eb 100644
--- a/man/systemd-journal-remote.xml
+++ b/man/systemd-journal-remote.xml
@@ -64,7 +64,7 @@
systemd-journal-remote is a command to
receive serialized journal events and store them to the journal.
Input streams are in the
-
+
Journal Export Format
,
i.e. like the output from
diff --git a/man/systemd-localed.service.xml b/man/systemd-localed.service.xml
index 06aa78c0e42..2a796c90452 100644
--- a/man/systemd-localed.service.xml
+++ b/man/systemd-localed.service.xml
@@ -68,7 +68,7 @@
is a command line client to this service.See the
+ url="https://www.freedesktop.org/wiki/Software/systemd/localed">
developer documentation for information about the APIs
systemd-localed provides.
diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml
index 9288f48f077..54332696388 100644
--- a/man/systemd-logind.service.xml
+++ b/man/systemd-logind.service.xml
@@ -99,17 +99,17 @@
for information about the configuration of this service.
See Multi-Seat
+ url="https://www.freedesktop.org/wiki/Software/systemd/multiseat">Multi-Seat
on Linux for an introduction into basic concepts of logind
such as users, sessions and seats.See the
+ url="https://www.freedesktop.org/wiki/Software/systemd/logind">
logind D-Bus API Documentation for information about the
APIs systemd-logind provides.For more information on the inhibition logic see the Inhibitor
+ url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
Lock Developer Documentation.
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml
index 944e899bd41..714317c9459 100644
--- a/man/systemd-machine-id-setup.xml
+++ b/man/systemd-machine-id-setup.xml
@@ -92,7 +92,7 @@
environment and a UUID is configured for the container, this is
used to initialize the machine ID. For details, see the
documentation of the Container
+ url="https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">Container
Interface.
Otherwise, a new ID is randomly
diff --git a/man/systemd-machined.service.xml b/man/systemd-machined.service.xml
index 999aeee1c6d..c4f173f79b7 100644
--- a/man/systemd-machined.service.xml
+++ b/man/systemd-machined.service.xml
@@ -71,7 +71,7 @@
names.See the
-
+
machined D-Bus API Documentation for information about the
APIs systemd-machined provides.
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 96f8c3a61fd..a7af8c25db6 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -135,7 +135,7 @@
container.
systemd-nspawn implements the Container Interface
+ url="https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">Container Interface
specification.While running, containers invoked with systemd-nspawn are registered with the
@@ -233,7 +233,7 @@
a server data partition which are mounted to the appropriate
places in the container. All these partitions must be
identified by the partition types defined by the Discoverable
+ url="https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable
Partitions Specification.No partition table, and a single file system spanning the whole image.
diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml
index 176f2b2d205..6a5f0e6e38c 100644
--- a/man/systemd-remount-fs.service.xml
+++ b/man/systemd-remount-fs.service.xml
@@ -72,7 +72,7 @@
systems.
For a longer discussion of kernel API file systems see
- API
+ API
File Systems.
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml
index 6465193cc59..f6831848c7f 100644
--- a/man/systemd-resolved.service.xml
+++ b/man/systemd-resolved.service.xml
@@ -62,7 +62,7 @@
The native, fully-featured API systemd-resolved exposes on the bus. See the
- API Documentation for
+ API Documentation for
details. Usage of this API is generally recommended to clients as it is asynchronous and fully featured (for
example, properly returns DNSSEC validation status and interface scope for addresses as necessary for supporting
link-local networking).
@@ -156,7 +156,7 @@
per-interface domains are exclusively routed to the matching
interfaces.
- See the resolved D-Bus API
+ See the resolved D-Bus API
Documentation for information about the APIs systemd-resolved provides.
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml
index c7733f2885e..2aa172e9905 100644
--- a/man/systemd-suspend.service.xml
+++ b/man/systemd-suspend.service.xml
@@ -91,7 +91,7 @@
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 Inhibitor
+ url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor
interface.Note that
diff --git a/man/systemd-timedated.service.xml b/man/systemd-timedated.service.xml
index e44163aefba..fee860204d7 100644
--- a/man/systemd-timedated.service.xml
+++ b/man/systemd-timedated.service.xml
@@ -67,7 +67,7 @@
is a command line client to this service.See the
+ url="https://www.freedesktop.org/wiki/Software/systemd/timedated">
developer documentation for information about the APIs
systemd-timedated provides.
diff --git a/man/systemd-tty-ask-password-agent.xml b/man/systemd-tty-ask-password-agent.xml
index 2e4b31be07d..2c114f4631b 100644
--- a/man/systemd-tty-ask-password-agent.xml
+++ b/man/systemd-tty-ask-password-agent.xml
@@ -66,7 +66,7 @@
runtime.
systemd-tty-ask-password-agent implements
- the Password
+ the Password
Agents Specification, and is one of many possible response agents which
answer to queries formulated with
systemd-ask-password1.
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index 16f0f07db71..edeced56b58 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -142,7 +142,7 @@
file instead of a directory. The device node or file system image file needs to contain a file system without a
partition table, or a file system within an MBR/MS-DOS or GPT partition table with only a single
Linux-compatible partition, or a set of file systems within a GPT partition table that follows the Discoverable Partitions
+ url="https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable Partitions
Specification.
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml
index 2b0acee407f..747d985aa11 100644
--- a/man/systemd.journal-fields.xml
+++ b/man/systemd.journal-fields.xml
@@ -467,9 +467,9 @@
During serialization into external formats, such as the
Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
Export Format or the Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal
JSON Format, the addresses of journal entries are
serialized into fields prefixed with double underscores. Note that
these are not proper fields when stored in the journal but for
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index 598b5772fd5..4a404fb424f 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -104,7 +104,7 @@
for kernel-to-userspace and userspace-to-userspace interfaces. Some
of them may not be changed via mount units, and cannot be
disabled. For a longer discussion see API
+ url="https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems">API
File Systems.
diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml
index 06690b41f4b..b4dce3e92df 100644
--- a/man/systemd.offline-updates.xml
+++ b/man/systemd.offline-updates.xml
@@ -154,7 +154,7 @@
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
Reboot() call or calling systemctl reboot. See
- logind dbus API
+ logind dbus API
for details.
@@ -170,7 +170,7 @@
See also
- Implementing Offline System Updates,
+ Implementing Offline System Updates,
systemd1,
systemd.generator7,
systemd-system-update-generator8,
diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml
index d09167baafa..92eb4e82803 100644
--- a/man/systemd.preset.xml
+++ b/man/systemd.preset.xml
@@ -72,7 +72,7 @@
For more information on the preset logic please have a look
at the Presets
+ url="https://www.freedesktop.org/wiki/Software/systemd/Preset">Presets
document.It is not recommended to ship preset files within the
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index 02878b28a03..9b1f5dbbabe 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -87,7 +87,7 @@
Those options complement options listed here.See the New
+ url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New
Control Group Interfaces for an introduction on how to make
use of resource control APIs from programs.
diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml
index f69b2ef6355..36f24d46a12 100644
--- a/man/systemd.scope.xml
+++ b/man/systemd.scope.xml
@@ -69,7 +69,7 @@
command line.See the New
+ url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New
Control Group Interfaces for an introduction on how to make
use of scope units from programs.
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 627176750f6..52eb2bb4247 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -84,7 +84,7 @@
This is useful for compatibility with SysV. Note that this
compatibility is quite comprehensive but not 100%. For details
about the incompatibilities, see the Incompatibilities
+ url="https://www.freedesktop.org/wiki/Software/systemd/Incompatibilities">Incompatibilities
with SysV document.
diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml
index eee98d99ee0..3ff3cc5188b 100644
--- a/man/systemd.slice.xml
+++ b/man/systemd.slice.xml
@@ -97,7 +97,7 @@
See the New
+ url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New
Control Group Interfaces for an introduction on how to make
use of slice units from programs.
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index a81cc3579d2..fa3dc1c5d44 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -399,7 +399,7 @@
is part of the boot of most systems, while
network-online.target is not, except
when at least one unit requires it. Also see Running
+ url="https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget">Running
Services After the Network is up for more
information.
@@ -616,7 +616,7 @@
on. All userspace log messages will be made available on
this socket. For more information about syslog integration,
please consult the Syslog
+ url="https://www.freedesktop.org/wiki/Software/systemd/syslog">Syslog
Interface document.
@@ -785,7 +785,7 @@
is shut down. It is hence useful when writing service files
that require network access on shutdown, which should order
themselves after this target, but not pull it in. Also see
- Running
+ Running
Services After the Network is up for more
information. Also see
network-online.target described
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 2208b6a2874..44841ac7dd6 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -256,7 +256,7 @@
The unit file format is covered by the
Interface
+ url="https://www.freedesktop.org/wiki/Software/systemd/InterfaceStabilityPromise">Interface
Stability Promise.
diff --git a/man/systemd.xml b/man/systemd.xml
index 2964fecd25e..bfcc0c13b0c 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -449,7 +449,7 @@
Note that some but not all interfaces provided
by systemd are covered by the
- Interface
+ Interface
Stability Promise.Units may be generated dynamically at boot and system
@@ -459,8 +459,8 @@
Systems which invoke systemd in a container or initrd
environment should implement the
- Container Interface or
- initrd Interface
+ Container Interface or
+ initrd Interface
specifications, respectively.
@@ -1145,7 +1145,7 @@
See Also
- The systemd Homepage,
+ The systemd Homepage,
systemd-system.conf5,
locale.conf5,
systemctl1,