diff --git a/man/homectl.xml b/man/homectl.xml
index 23eaedd6c57..4b792173a6c 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -304,7 +304,7 @@
setting. Example: will result in the environment
variable TZ=:Europe/Amsterdam. (: is used intentionally as part
of the timezone specification, see
- tzset3.)
+ tzset3.)
diff --git a/man/html.in b/man/html.in
index 23b77ebbb06..c142f581de0 100755
--- a/man/html.in
+++ b/man/html.in
@@ -13,7 +13,7 @@ target="man/$1.html"
ninja -C "@BUILD_ROOT@" "$target"
fullname="@BUILD_ROOT@/$target"
-redirect="$(readlink "$fullname" 2>/dev/null)"
+redirect="$(test -f "$fullname" && readlink "$fullname" || :)"
if [ -n "$redirect" ]; then
ninja -C "@BUILD_ROOT@" "man/$redirect"
diff --git a/man/rules/meson.build b/man/rules/meson.build
index c702d88f74d..dd236be1a1a 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -1036,12 +1036,14 @@ manpages = [
''],
['udev_device_has_tag',
'3',
- ['udev_device_get_devlinks_list_entry',
+ ['udev_device_get_current_tags_list_entry',
+ 'udev_device_get_devlinks_list_entry',
'udev_device_get_properties_list_entry',
'udev_device_get_property_value',
'udev_device_get_sysattr_list_entry',
'udev_device_get_sysattr_value',
'udev_device_get_tags_list_entry',
+ 'udev_device_has_current_tag',
'udev_device_set_sysattr_value'],
''],
['udev_device_new_from_syspath',
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml
index a2e77281c8d..1c761c4996b 100644
--- a/man/systemd-dissect.xml
+++ b/man/systemd-dissect.xml
@@ -70,10 +70,10 @@
OS images may use any kind of Linux-supported file systems. In addition they may make use of LUKS
disk encryption, and contain Verity integrity information. Note that qualifying OS images may be booted
- with system-nspawn1's
+ with systemd-nspawn1's
switch, and be used as root file system for system service using the
RootImage= unit file setting, see
- system.exec5.
+ systemd.exec5.
Note that the partition table shown when invoked without command switch (as listed below) does not
necessarily show all partitions included in the image, but just the partitions that are understood and
@@ -252,8 +252,8 @@
See Alsosystemd1,
- system-nspawn1,
- system.exec5,
+ systemd-nspawn1,
+ systemd.exec5,
Discoverable Partitions Specification,
umount8,
fdisk8
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index e5e97bf8fe4..c0ca647b103 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -153,7 +153,9 @@
case the image has multiple partitions, otherwise partition name root is implied.
Options for multiple partitions can be specified in a single line with space separators. Assigning an empty
string removes previous assignments. Duplicated options are ignored. For a list of valid mount options, please
- refer to mount8.
+ refer to
+ mount8.
+ Valid partition names follow the Discoverable
Partitions Specification.
@@ -1009,7 +1011,7 @@ CapabilityBoundingSet=~CAP_B CAP_C
Sets the CPU scheduling policy for executed processes. Takes one of ,
, , or . See
- sched_setscheduler2 for
+ sched_setscheduler2 for
details.
@@ -1019,7 +1021,7 @@ CapabilityBoundingSet=~CAP_B CAP_C
Sets the CPU scheduling priority for executed processes. The available priority range depends
on the selected CPU scheduling policy (see above). For real-time scheduling policies an integer between 1
(lowest priority) and 99 (highest priority) can be used. See
- sched_setscheduler2 for
+ sched_setscheduler2 for
details.
@@ -1030,7 +1032,7 @@ CapabilityBoundingSet=~CAP_B CAP_C
will be reset when the executed processes call
fork2,
and can hence not leak into child processes. See
- sched_setscheduler2
+ sched_setscheduler2
for details. Defaults to false.
@@ -1043,7 +1045,7 @@ CapabilityBoundingSet=~CAP_B CAP_C
are specified by the lower and upper CPU indices separated by a dash. This option may be specified more than
once, in which case the specified CPU affinity masks are merged. If the empty string is assigned, the mask
is reset, all assignments prior to this will have no effect. See
- sched_setaffinity2 for
+ sched_setaffinity2 for
details.
diff --git a/man/systemd.xml b/man/systemd.xml
index 0d6f8534260..1747203779f 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -270,9 +270,8 @@
ideas behind systemd, please refer to the
Original Design Document.
- Note that some but not all interfaces provided
- by systemd are covered by the
- Interface Portability and Stability Promise.
+ Note that some but not all interfaces provided by systemd are covered by the
+ Interface Portability and Stability Promise.Units may be generated dynamically at boot and system
manager reload time, for example based on other configuration