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.netdev.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.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index b0058c11c8..a168e7691e 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -2804,7 +2804,7 @@ Kind=fou [FooOverUDP] Port=5555 Protocol=4 - </programlisting> +</programlisting> </example> <example> <title>/etc/systemd/network/25-fou-ipip.netdev</title> @@ -2818,7 +2818,7 @@ Local=10.65.208.212 Remote=10.65.208.211 FooOverUDP=yes FOUDestinationPort=5555 - </programlisting> +</programlisting> </example> <example> <title>/etc/systemd/network/25-tap.netdev</title> @@ -2937,7 +2937,7 @@ Table=42</programlisting> <programlisting>[NetDev] Name=macvtap-test Kind=macvtap - </programlisting> +</programlisting> </example> <example> <title>/etc/systemd/network/25-wireguard.netdev</title> |