From 94a7163d4e9d7c79ea032c54f4a222038d604342 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 15 Nov 2005 13:23:18 -0800 Subject: [PATCH] [svn] Fix wording for https_proxy. --- doc/wget.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/wget.texi b/doc/wget.texi index 7a06917f..baa76c12 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -3171,13 +3171,14 @@ the following environment variables: @table @code @item http_proxy @itemx https_proxy -This variable should contain the @sc{url} of the proxy for @sc{http} -and @sc{https} connections. +If set, the @code{http_proxy} and @code{https_proxy} variables should +contain the @sc{url}s of the proxies for @sc{http} and @sc{https} +connections respectively. @item ftp_proxy This variable should contain the @sc{url} of the proxy for @sc{ftp} -connections. It is quite common that @sc{http_proxy} and @sc{ftp_proxy} -are set to the same @sc{url}. +connections. It is quite common that @code{http_proxy} and +@code{ftp_proxy} are set to the same @sc{url}. @item no_proxy This variable should contain a comma-separated list of domain extensions -- 2.39.2