From: Jay Satiro Date: Mon, 14 Aug 2023 07:29:36 +0000 (-0400) Subject: write-out.d: clarify %{time_starttransfer} X-Git-Tag: curl-8_3_0~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e8fbec2db816689f711909d7ac8fc376d22e921;p=thirdparty%2Fcurl.git write-out.d: clarify %{time_starttransfer} sync it up with CURLINFO_STARTTRANSFER_TIME_T --- diff --git a/docs/cmdline-opts/write-out.d b/docs/cmdline-opts/write-out.d index 6d008ae99b..e79b06ef3e 100644 --- a/docs/cmdline-opts/write-out.d +++ b/docs/cmdline-opts/write-out.d @@ -207,9 +207,9 @@ started. time_redirect shows the complete execution time for multiple redirections. (Added in 7.12.3) .TP **time_starttransfer** -The time, in seconds, it took from the start until the first byte was just -about to be transferred. This includes time_pretransfer and also the time the -server needed to calculate the result. +The time, in seconds, it took from the start until the first byte is received. +This includes time_pretransfer and also the time the server needed to calculate +the result. .TP **time_total** The total time, in seconds, that the full operation lasted.