1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-24 17:18:48 -05:00

cmdline-opts/page-footer: fix edit mistake

There was a missing newline.

follow-up to a7ba60bb72
This commit is contained in:
Daniel Stenberg 2018-08-25 23:37:00 +02:00
parent a7ba60bb72
commit 2345388728
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -20,10 +20,10 @@ protocol that curl supports and as specified in a URL. FTP, FTPS, POP3, IMAP,
SMTP, LDAP etc. SMTP, LDAP etc.
.IP "ALL_PROXY [protocol://]<host>[:port]" .IP "ALL_PROXY [protocol://]<host>[:port]"
Sets the proxy server to use if no protocol-specific proxy is set. Sets the proxy server to use if no protocol-specific proxy is set.
.IP "NO_PROXY <comma-separated list of hosts/domains>" list of host names that .IP "NO_PROXY <comma-separated list of hosts/domains>"
shouldn't go through any proxy. If set to an asterisk \&'*' only, it matches list of host names that shouldn't go through any proxy. If set to an asterisk
all hosts. Each name in this list is matched as either a domain name which \&'*' only, it matches all hosts. Each name in this list is matched as either
contains the hostname, or the hostname itself. a domain name which contains the hostname, or the hostname itself.
This environment variable disables use of the proxy even when specified with This environment variable disables use of the proxy even when specified with
the --proxy option. That is the --proxy option. That is