aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-25 07:40:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-25 07:40:49 +0000
commit95e601e2b142063642923f4ab2bb5cb32960520e (patch)
treecff478eba983532fd6a66afc9967c6e22932d160 /docs
parentb1ffe7b74a4235efa70908d9052922171fd51e14 (diff)
"Yet Another Geek" made %{content_type} work in the -w/--writeout option.
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.15
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index fb717b488..574db94c2 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
-.TH curl 1 "30 Nov 2001" "Curl 7.9.2" "Curl Manual"
+.TH curl 1 "25 Feb 2002" "Curl 7.9.5" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -594,6 +594,9 @@ The average download speed that curl measured for the complete download.
.TP
.B speed_upload
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)
.RE
If this option is used several times, the last one will be used.