From: Tom Gundersen Date: Mon, 22 Feb 2016 23:29:32 +0000 (+0100) Subject: man: network - clarify BindCarrier documentation X-Git-Tag: v231~589^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ae7505f011441d4209216e99398e677d7dbbcab;p=platform%2Fupstream%2Fsystemd.git 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. --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index a6e059e..752a15a 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -370,11 +370,9 @@ BindCarrier= - 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. + 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.