From 21a542b64563c19abf9f5a31829457e065168237 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 12 Jun 2020 07:41:21 +0200 Subject: [PATCH] doc: fix wording about interface exclusion Reported in #398. --- src/client/lldpcli.8.in | 4 ++-- src/daemon/lldpd.8.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/client/lldpcli.8.in b/src/client/lldpcli.8.in index 53f5b53e..f5aa5379 100644 --- a/src/client/lldpcli.8.in +++ b/src/client/lldpcli.8.in @@ -275,9 +275,9 @@ option, .Nm lldpd will use all available physical interfaces. This option can use wildcards. Several interfaces can be specified separated by commas. -It is also possible to blacklist an interface by suffixing it with an +It is also possible to blacklist an interface by prefixing it with an exclamation mark. It is possible to whitelist an interface by -suffixing it with two exclamation marks. A whitelisted interface beats +prefixing it with two exclamation marks. A whitelisted interface beats a blacklisted interfaces which beats a simple matched interface. For example, with .Em eth*,!eth1,!eth2 diff --git a/src/daemon/lldpd.8.in b/src/daemon/lldpd.8.in index e5040434..697514d2 100644 --- a/src/daemon/lldpd.8.in +++ b/src/daemon/lldpd.8.in @@ -209,9 +209,9 @@ option, .Nm will use all available physical interfaces. This option can use wildcards. Several interfaces can be specified separated by commas. -It is also possible to blacklist an interface by suffixing it with an +It is also possible to blacklist an interface by prefixing it with an exclamation mark. It is possible to whitelist an interface by -suffixing it with two exclamation marks. A whitelisted interface beats +prefixing it with two exclamation marks. A whitelisted interface beats a blacklisted interface which beats a simple matched interface. For example, with .Em eth*,!eth1,!eth2 -- 2.39.5