]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Replace deny-list with blocklist and strip dashes
authorMatthias Runge <mrunge@redhat.com>
Tue, 1 Sep 2020 15:58:34 +0000 (17:58 +0200)
committerMatthias Runge <mrunge@redhat.com>
Tue, 1 Sep 2020 15:58:34 +0000 (17:58 +0200)
docs/BUILD.dpdkstat.md
src/collectd-snmp.pod

index 582d04c6b18fa95b83eb1432c9259661041cf389..1cf505d927c5cf82d42848637bbb9886f70fe013 100644 (file)
@@ -217,7 +217,7 @@ See also: http://dpdk.org/doc/guides/prog_guide/multi_proc_support.html
 
  *  The same PCI device configuration should be passed to the primary process as
     the secondary process uses the same port indexes as the primary.
- *  A deny-list / allow-list of NICs isn't supported yet.
+ *  A blocklist / allowlist of NICs isn't supported yet.
  *  Plugin initialization time depends on read interval. It requires 5 read
     cycles to set up internal buffers and states. During that time no statistics
     are submitted.
index 7a5f583df4c9a118fe95d9b416d02c74ba38d310..7606bf635b720315576854456250a61d126be4c9 100644 (file)
@@ -302,8 +302,8 @@ When B<Table> is set to I<false> then this option has no effect.
 =item B<InvertMatch> I<true|false(default)>
 
 The invertmatch value should be use in combination of the Ignore option.
-It changes the behaviour of the Ignore option, from a deny-list behaviour
-when InvertMatch is set to false, to a allow-list when specified to true.
+It changes the behaviour of the Ignore option, from a blocklist behaviour
+when InvertMatch is set to false, to a allowlist when specified to true.
 
 =item B<FilterOID> I<OID>