Debian bug report #218046, a minor typo.
This commit is contained in:
parent
00d2c9d92d
commit
3e24c6a957
16
docs/curl.1
16
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user