diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:40:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:40:28 +0100 |
commit | 3444b029324bb2bd54a6bbd486792d49619e9383 (patch) | |
tree | f108eec531e7fd38b3fa2b70382d2a52dcbc7670 /docs/man | |
parent | eae2e28577c53e8deaa25d46d6032d5132be6b58 (diff) |
core: replace 'whitelist' with 'allowlist' and 'blacklist' with 'blocklist'
We keep the 'WHITELIST-ONLY' filter type name still as an option in
--filter-policy=[POLICY], but deprecated and with the better
'ALLOWLIST-ONLY' replacement suggested from now on.
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/ModemManager.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/ModemManager.8 b/docs/man/ModemManager.8 index 62a4e43f..55f09f48 100644 --- a/docs/man/ModemManager.8 +++ b/docs/man/ModemManager.8 @@ -25,8 +25,8 @@ from the command line. Specify which ports are probed and how: .RS 9 .TP -\fB'WHITELIST-ONLY'\fR -Only devices or ports explicitly whitelisted with the 'ID_MM_DEVICE_PROCESS' udev tag are probed. +\fB'ALLOWLIST-ONLY'\fR +Only devices or ports explicitly allowlisted with the 'ID_MM_DEVICE_PROCESS' udev tag are probed. .TP \fB'STRICT'\fR Only the TTY ports that are heuristically determined to be very likely to be modem ports are probed. Nay end up ignoring some devices. |