diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-10-02 13:24:54 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-10-03 07:36:59 -0400 |
commit | ba9fa3bc4868048e6884af9fe496a8d8a324b7e5 (patch) | |
tree | 09b48f79c4709a24e52fb9191a100482a1ef7c5d /man | |
parent | a63ee40751ee3cae053470f4e0fb0016fbc40f25 (diff) |
man: fix indentation in table
<entry>-ies must be a single line of text. Otherwise docbook does strange
things to the indentation.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 68ebd5c9f4..e4527f2837 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -173,8 +173,7 @@ <entry>A Virtual Routing and Forwarding (<ulink url="https://www.kernel.org/doc/Documentation/networking/vrf.txt">VRF</ulink>) interface to create separate routing and forwarding domains.</entry></row> <row><entry><varname>vcan</varname></entry> - <entry>The virtual CAN driver (vcan). Similar to the network loopback devices, - vcan offers a virtual local CAN interface.</entry></row> + <entry>The virtual CAN driver (vcan). Similar to the network loopback devices, vcan offers a virtual local CAN interface.</entry></row> </tbody> </tgroup> |