]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: network - clarify BindCarrier documentation
authorTom Gundersen <teg@jklm.no>
Mon, 22 Feb 2016 23:29:32 +0000 (00:29 +0100)
committerTom Gundersen <teg@jklm.no>
Tue, 23 Feb 2016 00:25:32 +0000 (01:25 +0100)
Make it clear that we are talking of links (in the sense used in networkd) and not ports.

Addresses issue #964.

man/systemd.network.xml

index a6e059ed17b51e58a953c1ff9ff0d4d4659433e2..752a15a4e0321f01efa33ce2b59f1af8eb24b73c 100644 (file)
         <varlistentry>
           <term><varname>BindCarrier=</varname></term>
           <listitem>
-            <para>A port or a list of ports. When set, controls the
-            behavior of the current interface. When all ports in the list
-            are in an operational down state, the current interface is brought
-            down. When at least one port has carrier, the current interface
-            is brought up.
+            <para>A link name or a list of link names. When set, controls the behavior of the current
+            link. When all links in the list are in an operational down state, the current link is brought
+            down. When at least one link has carrier, the current interface is brought up.
             </para>
           </listitem>
         </varlistentry>