diff options
author | Tom Gundersen <teg@jklm.no> | 2016-02-23 00:29:32 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2016-02-23 01:25:32 +0100 |
commit | 2ae7505f011441d4209216e99398e677d7dbbcab (patch) | |
tree | 4125e1d14ce993150b2be8254908752e4c7bcab4 | |
parent | eb142d8ec11b4d0dbda882c18da7c859a5919459 (diff) |
man: network - clarify BindCarrier documentation
Make it clear that we are talking of links (in the sense used in networkd) and not ports.
Addresses issue #964.
-rw-r--r-- | man/systemd.network.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index a6e059ed17..752a15a4e0 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -370,11 +370,9 @@ <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> |