From 48aaab55a58c100c8c289a55dbeda5e2099592e5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 17 Jan 2024 09:42:54 +0100 Subject: [PATCH] curl_easy_getinfo.3: remove the wrong time value count It said "six" time values but they are eight by now. Remove the mention of the amount. Closes #12727 --- docs/libcurl/curl_easy_getinfo.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 153551f10a..1c12cf419e 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -190,16 +190,16 @@ See \fICURLINFO_OS_ERRNO(3)\fP Number of new successful connections used for previous transfer. See \fICURLINFO_NUM_CONNECTS(3)\fP .IP CURLINFO_PRIMARY_IP -IP address of the last connection. +Destination IP address of the last connection. See \fICURLINFO_PRIMARY_IP(3)\fP .IP CURLINFO_PRIMARY_PORT -Port of the last connection. +Destination port of the last connection. See \fICURLINFO_PRIMARY_PORT(3)\fP .IP CURLINFO_LOCAL_IP -Local-end IP address of last connection. +Source IP address of the last connection. See \fICURLINFO_LOCAL_IP(3)\fP .IP CURLINFO_LOCAL_PORT -Local-end port of last connection. +Source port number of the last connection. See \fICURLINFO_LOCAL_PORT(3)\fP .IP CURLINFO_COOKIELIST List of all known cookies. @@ -257,7 +257,7 @@ See \fICURLINFO_CONN_ID(3)\fP The ID of the transfer. (Added in 8.2.0) See \fICURLINFO_XFER_ID(3)\fP .SH TIMES -An overview of the six time values available from \fIcurl_easy_getinfo(3)\fP +An overview of the time values available from \fIcurl_easy_getinfo(3)\fP .nf curl_easy_perform() -- 2.47.3