mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
Correct substitution var names
Two variable names were wrong in the documentation.
This commit is contained in:
parent
612a61b267
commit
7111ca6f5f
@ -271,9 +271,9 @@ Available substitute variables include:
|
|||||||
%CLIENTIP - IPv4 address of the client running curl
|
%CLIENTIP - IPv4 address of the client running curl
|
||||||
%CLIENT6IP - IPv6 address of the client running curl
|
%CLIENT6IP - IPv6 address of the client running curl
|
||||||
%HOSTIP - IPv4 address of the host running this test
|
%HOSTIP - IPv4 address of the host running this test
|
||||||
%HOSTPORT - Port number of the HTTP server
|
%HTTPPORT - Port number of the HTTP server
|
||||||
%HOST6IP - IPv6 address of the host running this test
|
%HOST6IP - IPv6 address of the host running this test
|
||||||
%HOST6PORT - IPv6 port number of the HTTP server
|
%HTTP6PORT - IPv6 port number of the HTTP server
|
||||||
%HTTPSPORT - Port number of the HTTPS server
|
%HTTPSPORT - Port number of the HTTPS server
|
||||||
%FTPPORT - Port number of the FTP server
|
%FTPPORT - Port number of the FTP server
|
||||||
%FTP6PORT - IPv6 port number of the FTP server
|
%FTP6PORT - IPv6 port number of the FTP server
|
||||||
|
Loading…
Reference in New Issue
Block a user