summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-31 18:43:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-31 18:43:12 +0000
commit3e24c6a957f8141d7ccd43a0b10f82d79d3a5827 (patch)
treed15d059a143a7814515f0de819ed538e09c40821
parent00d2c9d92d093dd7e619bfb3818be358b67fb8c0 (diff)
downloadgnurl-3e24c6a957f8141d7ccd43a0b10f82d79d3a5827.tar.gz
gnurl-3e24c6a957f8141d7ccd43a0b10f82d79d3a5827.tar.bz2
gnurl-3e24c6a957f8141d7ccd43a0b10f82d79d3a5827.zip
Debian bug report #218046, a minor typo.
-rw-r--r--docs/curl.116
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index e4e8efaf1..4e3b80a2d 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -201,7 +201,7 @@ append data.
(HTTP) Enables HTTP Digest authentication. This is a authentication that
prevents the password from being sent over the wire in clear text. Use this in
combination with the normal -u/--user option to set user name and
-password. See also \fI--ntlm\fP, \fP--negotiate\fI and \fI--anyauth\fP for
+password. See also \fI--ntlm\fP, \fI--negotiate\fP and \fI--anyauth\fP for
related options. (Added in curl 7.10.6)
If this option is used several times, the following occurrences make no
@@ -895,6 +895,9 @@ If this option is used several times, the last one will be used.
.IP "-0/--http1.0"
(HTTP) Forces curl to issue its requests using HTTP 1.0 instead of using its
internally preferred: HTTP 1.1.
+.IP "-1/--tlsv1"
+(HTTPS)
+Forces curl to use TSL version 1 when negotiating with a remote TLS server.
.IP "-2/--sslv2"
(HTTPS)
Forces curl to use SSL version 2 when negotiating with a remote SSL server.
@@ -988,9 +991,10 @@ appears if --fail is used.
.IP 23
Write error. Curl couldn't write data to a local filesystem or similar.
.IP 24
-Malformat user. User name badly specified.
+Malformed user. User name badly specified.
.IP 25
-FTP couldn't STOR file. The server denied the STOR operation.
+FTP couldn't STOR file. The server denied the STOR operation, used for FTP
+uploading.
.IP 26
Read error. Various reading problems.
.IP 27
@@ -1001,9 +1005,11 @@ conditions.
.IP 29
FTP couldn't set ASCII. The server returned an unknown reply.
.IP 30
-FTP PORT failed. The PORT command failed.
+FTP PORT failed. The PORT command failed. Not all FTP servers support the PORT
+command, try doing a transfer using PASV instead!
.IP 31
-FTP couldn't use REST. The REST command failed.
+FTP couldn't use REST. The REST command failed. This command is used for
+resumed FTP transfers.
.IP 32
FTP couldn't use SIZE. The SIZE command failed. The command is an extension
to the original FTP spec RFC 959.