From: Colin Hogben Date: Thu, 15 Dec 2011 09:08:42 +0000 (+0000) Subject: Correct substitution var names X-Git-Tag: curl-7_24_0~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7111ca6f5f7cf16ca167664ad0d93a12e35cf19e;p=thirdparty%2Fcurl.git Correct substitution var names Two variable names were wrong in the documentation. --- diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 72af82325f..ec8506e25c 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -271,9 +271,9 @@ Available substitute variables include: %CLIENTIP - IPv4 address of the client running curl %CLIENT6IP - IPv6 address of the client running curl %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 -%HOST6PORT - IPv6 port number of the HTTP server +%HTTP6PORT - IPv6 port number of the HTTP server %HTTPSPORT - Port number of the HTTPS server %FTPPORT - Port number of the FTP server %FTP6PORT - IPv6 port number of the FTP server