diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-31 20:19:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-31 20:19:02 +0000 |
commit | 453e9b0dcec46262e163c6cd24094a900d1cdb46 (patch) | |
tree | 70e311ce6681a4d0cd69df04227d3bc999fa0e1d /docs | |
parent | b8626c3df8c87e1cae7349a80382b6e4c0a58c07 (diff) |
add units to a few info
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 31f14fe29..fbb182ebf 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -98,13 +98,13 @@ downloaded. The amount is only for the latest transfer and will be reset again for each new transfer. .IP CURLINFO_SPEED_DOWNLOAD Pass a pointer to a double to receive the average download speed that curl -measured for the complete download. +measured for the complete download. Measured in bytes/second. .IP CURLINFO_SPEED_UPLOAD Pass a pointer to a double to receive the average upload speed that curl -measured for the complete upload. +measured for the complete upload. Measured in bytes/second. .IP CURLINFO_HEADER_SIZE Pass a pointer to a long to receive the total size of all the headers -received. +received. Measured in number of bytes. .IP CURLINFO_REQUEST_SIZE Pass a pointer to a long to receive the total size of the issued requests. This is so far only for HTTP requests. Note that this may be more |