diff options
author | Thomas Huth <thuth@redhat.com> | 2022-07-11 11:53:00 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-07-18 20:24:36 +0200 |
commit | 2d2e4843b641f53c8016978f73675da7b66136fb (patch) | |
tree | 703829516df3a4e3f422625b02aac30c195976db /docs/tools | |
parent | c4f8ce24de81162d925ca24db8adb194b47fffb8 (diff) | |
download | qemu-2d2e4843b641f53c8016978f73675da7b66136fb.zip qemu-2d2e4843b641f53c8016978f73675da7b66136fb.tar.gz qemu-2d2e4843b641f53c8016978f73675da7b66136fb.tar.bz2 |
Replace 'whitelist' with 'allow'
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>
Diffstat (limited to 'docs/tools')
-rw-r--r-- | docs/tools/qemu-nbd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/qemu-nbd.rst b/docs/tools/qemu-nbd.rst index 8e08a29..faf6349 100644 --- a/docs/tools/qemu-nbd.rst +++ b/docs/tools/qemu-nbd.rst @@ -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': :: |