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:
Emanuele Torre 2023-06-22 15:08:57 +02:00 committed by Daniel Stenberg
parent 873b958d0b
commit 55dfb9ea47
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
6 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -21,3 +21,4 @@ service ticket, which is a matter of realm policy.
.IP "always"
Unconditionally allow the server to delegate.
.RE
.IP

View File

@ -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

View File

@ -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++.

View File

@ -31,3 +31,4 @@ Use up to TLSv1.2.
.IP "1.3"
Use up to TLSv1.3.
.RE
.IP

View File

@ -83,3 +83,4 @@ Unix sockets support is provided.
.IP "zstd"
Automatic decompression (via zstd) of compressed files over HTTP is supported.
.RE
.IP