diff --git a/man/homectl.xml b/man/homectl.xml index 2ceb56e3f0..6f049c94a5 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/systemd-dissect.xml b/man/systemd-dissect.xml index a2e77281c8..1c761c4996 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 Also systemd1, - 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 e5e97bf8fe..c0ca647b10 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 0d6f853426..1747203779 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