diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-10-19 15:32:31 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-19 15:32:31 +0000 | 
| commit | a3dbe03e80d65847a09f9ff186467ebebe6989aa (patch) | |
| tree | 8f93e24df655a5fc67bec914dba6e32ee2146c76 | |
| parent | f4bef25b5eede9ea17f237ebae52c2f89cc211cd (diff) | |
added num_connects
| -rw-r--r-- | docs/curl.1 | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/docs/curl.1 b/docs/curl.1 index 0ff35df98..50bd84183 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -21,7 +21,7 @@  .\" * $Id$  .\" **************************************************************************  .\" -.TH curl 1 "3 May 2004" "Curl 7.12" "Curl Manual" +.TH curl 1 "19 Oct 2004" "Curl 7.12.3" "Curl Manual"  .SH NAME  curl \- transfer a URL  .SH SYNOPSIS @@ -932,6 +932,9 @@ The average upload speed that curl measured for the complete upload.  .TP  .B content_type  The Content-Type of the requested document, if there was any. (Added in 7.9.5) +.TP +.B num_connects +Number of new connects made in the recent transfer. (Added in 7.12.3)  .RE  If this option is used several times, the last one will be used. | 
