mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
docs: add more .IP after .RE to fix indentation of generate paragraphs
follow-up from 099f41e097
I just thought of checking all the other files with .RE, and I found 6
other files that were missing .IP at the end.
Closes #11375
This commit is contained in:
parent
873b958d0b
commit
55dfb9ea47
@ -39,3 +39,4 @@ URL-encode that data and pass it on in the POST. The name part gets an equal
|
||||
sign appended, resulting in *name=urlencoded-file-content*. Note that the
|
||||
name is expected to be URL-encoded already.
|
||||
.RE
|
||||
.IP
|
||||
|
@ -21,3 +21,4 @@ service ticket, which is a matter of realm policy.
|
||||
.IP "always"
|
||||
Unconditionally allow the server to delegate.
|
||||
.RE
|
||||
.IP
|
||||
|
@ -27,3 +27,4 @@ curl does one CWD with the full target directory and then operates on the file
|
||||
"normally" (like in the multicwd case). This is somewhat more standards
|
||||
compliant than 'nocwd' but without the full penalty of 'multicwd'.
|
||||
.RE
|
||||
.IP
|
||||
|
@ -29,6 +29,7 @@ e.g. "my.host.domain" to specify the machine
|
||||
make curl pick the same IP address that is already used for the control
|
||||
connection
|
||||
.RE
|
||||
.IP
|
||||
|
||||
Disable the use of PORT with --ftp-pasv. Disable the attempt to use the EPRT
|
||||
command instead of PORT by using --disable-eprt. EPRT is really PORT++.
|
||||
|
@ -31,3 +31,4 @@ Use up to TLSv1.2.
|
||||
.IP "1.3"
|
||||
Use up to TLSv1.3.
|
||||
.RE
|
||||
.IP
|
||||
|
@ -83,3 +83,4 @@ Unix sockets support is provided.
|
||||
.IP "zstd"
|
||||
Automatic decompression (via zstd) of compressed files over HTTP is supported.
|
||||
.RE
|
||||
.IP
|
||||
|
Loading…
Reference in New Issue
Block a user