Replace 'whitelist' with 'allow'
authorThomas Huth <thuth@redhat.com>
Mon, 11 Jul 2022 09:53:00 +0000 (11:53 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 18 Jul 2022 18:24:36 +0000 (20:24 +0200)
Let's use more inclusive language here and avoid terms
that are frowned upon nowadays.

Message-Id: <20220711095300.60462-1-thuth@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
docs/devel/submitting-a-patch.rst
docs/tools/qemu-nbd.rst
scripts/vmstate-static-checker.py

index 09a8d12c2c7af4786c21430333e38e53a7a6c651..fec33ce148f584c2188ef3815affdd07175f78b8 100644 (file)
@@ -39,7 +39,7 @@ ideas from other posts. If you do subscribe, be prepared for a high
 volume of email, often over one thousand messages in a week. The list is
 moderated; first-time posts from an email address (whether or not you
 subscribed) may be subject to some delay while waiting for a moderator
-to whitelist your address.
+to allow your address.
 
 The larger your contribution is, or if you plan on becoming a long-term
 contributor, then the more important the rest of this page becomes.
index 8e08a29e8999896b1fbb91ebcfd5fabfcf0debc8..faf6349ea51e03997803e0ad9340e290ca3dd46e 100644 (file)
@@ -225,7 +225,7 @@ disconnects:
   qemu-nbd -f qcow2 file.qcow2
 
 Start a long-running server listening with encryption on port 10810,
-and whitelist clients with a specific X.509 certificate to connect to
+and allow clients with a specific X.509 certificate to connect to
 a 1 megabyte subset of a raw file, using the export name 'subset':
 
 ::
index 539ead62b498202fc40b42bff05f133469ed4bb8..b36938836026facea26c0e475579700ca1f35241 100755 (executable)
@@ -40,7 +40,7 @@ def check_fields_match(name, s_field, d_field):
         return True
 
     # Some fields changed names between qemu versions.  This list
-    # is used to whitelist such changes in each section / description.
+    # is used to allow such changes in each section / description.
     changed_names = {
         'apic': ['timer', 'timer_expiry'],
         'e1000': ['dev', 'parent_obj'],