diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-07 16:47:48 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-08 14:14:36 +0100 |
commit | fe45f8dc9bf1e9be8de4e14838bc2d7befcf946b (patch) | |
tree | 3a890110001acf8e5b03a31bef3e00368920e15c /man/systemd.resource-control.xml | |
parent | man: update Fedora links to F41 (diff) | |
download | systemd-fe45f8dc9bf1e9be8de4e14838bc2d7befcf946b.tar.xz systemd-fe45f8dc9bf1e9be8de4e14838bc2d7befcf946b.zip |
man: drop whitespace from final <programlisting> lines
In the troff output, this doesn't seem to make any difference. But in the
html output, the whitespace is sometimes preserved, creating an additional
gap before the following content. Drop it everywhere to avoid this.
Diffstat (limited to 'man/systemd.resource-control.xml')
-rw-r--r-- | man/systemd.resource-control.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index ce4dfabfdd..f52371ef88 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -105,7 +105,7 @@ CPUWeight=20 DisableControllers=cpu / \ / \ b1.service b2.service CPUWeight=1000 - </programlisting> +</programlisting> <para>In this hierarchy, the <option>cpu</option> controller is enabled for all units shown except <filename>b1.service</filename> and <filename>b2.service</filename>. Because there is no explicit |