From 4341f14f416ef50dd60e4cd939e20463c0ea935e Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 8 Jun 2020 19:32:45 +0100 Subject: [PATCH] Problem: documentation uses unfriendly language Solution: use more descriptive, accurate and welcoming terms like allowing and blocking --- doc/zmq_setsockopt.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt index c7414a5a..20e86ad9 100755 --- a/doc/zmq_setsockopt.txt +++ b/doc/zmq_setsockopt.txt @@ -1253,7 +1253,7 @@ all filters call zmq_setsockopt(socket, ZMQ_TCP_ACCEPT_FILTER, NULL, 0). Filter is a null-terminated string with ipv6 or ipv4 CIDR. NOTE: This option is deprecated, please use authentication via the ZAP API -and IP address whitelisting / blacklisting. +and IP address allowing / blocking. [horizontal] Option value type:: binary data @@ -1276,7 +1276,7 @@ LOCAL_PEERCRED socket options (currently only Linux and later versions of OS X). NOTE: This option is deprecated, please use authentication via the ZAP API -and IPC whitelisting / blacklisting. +and IPC allowing / blocking. [horizontal] Option value type:: gid_t @@ -1298,7 +1298,7 @@ NOTE: PID filters are only available on platforms supporting the SO_PEERCRED socket option (currently only Linux). NOTE: This option is deprecated, please use authentication via the ZAP API -and IPC whitelisting / blacklisting. +and IPC allowing / blocking. [horizontal] Option value type:: pid_t @@ -1321,7 +1321,7 @@ LOCAL_PEERCRED socket options (currently only Linux and later versions of OS X). NOTE: This option is deprecated, please use authentication via the ZAP API -and IPC whitelisting / blacklisting. +and IPC allowing / blocking. [horizontal] Option value type:: uid_t