aboutsummaryrefslogtreecommitdiff
path: root/tests/manpage-scan.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-09 16:08:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-10 08:49:17 +0200
commiteab2f95c0de94e9816c8a6110d20673761dd97a4 (patch)
tree422e27ecb86fb1f74de1895b9a84c0a181e2799c /tests/manpage-scan.pl
parentf54b6c4bc2f745fa32014819788c90126121729e (diff)
wording: avoid blacklist/whitelist stereotypes
Instead of discussing if there's value or meaning (implied or not) in the colors, let's use words without the same possibly negative associations. Closes #5546
Diffstat (limited to 'tests/manpage-scan.pl')
-rwxr-xr-xtests/manpage-scan.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manpage-scan.pl b/tests/manpage-scan.pl
index ba6577c18..10d2d15a1 100755
--- a/tests/manpage-scan.pl
+++ b/tests/manpage-scan.pl
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2016 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2016 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -130,7 +130,7 @@ scanmanpage("$root/docs/libcurl/curl_easy_setopt.3", @curlopt);
scanmanpage("$root/docs/libcurl/curl_easy_getinfo.3", @curlinfo);
scanmanpage("$root/docs/libcurl/curl_multi_setopt.3", @curlmopt);
-# using this hash array, we can whitelist specific options
+# using this hash array, we can skip specific options
my %opts = (
# pretend these --no options exists in tool_getparam.c
'--no-alpn' => 1,