From a7ba60bb725088cc650bbb636c06a78715568663 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 Aug 2018 09:30:47 +0200 Subject: docs: clarify NO_PROXY env variable functionality Reported-by: Kirill Marchuk Fixes #2773 Closes #2911 --- docs/libcurl/opts/CURLOPT_NOPROXY.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/libcurl/opts/CURLOPT_NOPROXY.3') diff --git a/docs/libcurl/opts/CURLOPT_NOPROXY.3 b/docs/libcurl/opts/CURLOPT_NOPROXY.3 index 8ca0580a2..0d3ce229c 100644 --- a/docs/libcurl/opts/CURLOPT_NOPROXY.3 +++ b/docs/libcurl/opts/CURLOPT_NOPROXY.3 @@ -52,7 +52,9 @@ brackets: The application does not have to keep the string around after setting this option. .SH "Environment variables" -See \fICURLOPT_PROXY(3)\fP +If there's an environment variable called \fBno_proxy\fP (or \fBNO_PROXY\fP), +it will be used if the \fICURLOPT_NOPROXY(3)\fP option is not set. It works +exactly the same way. .SH DEFAULT NULL .SH PROTOCOLS -- cgit v1.2.3