]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: fix wording about interface exclusion
authorVincent Bernat <vincent@bernat.ch>
Fri, 12 Jun 2020 05:41:21 +0000 (07:41 +0200)
committerVincent Bernat <vincent@bernat.ch>
Fri, 12 Jun 2020 05:41:21 +0000 (07:41 +0200)
Reported in #398.

src/client/lldpcli.8.in
src/daemon/lldpd.8.in

index 53f5b53eaaf401abc88c9e00d90a1ad5b7421ecf..f5aa5379504cb3a284889fcd507a35f63aa015d4 100644 (file)
@@ -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
index e50404340b1d28b85251c6d74ff8533dcb97dc24..697514d277214f071b0bebffe330d1a8f275cb19 100644 (file)
@@ -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