]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: add more .IP after .RE to fix indentation of generate paragraphs
authorEmanuele Torre <torreemanuele6@gmail.com>
Thu, 22 Jun 2023 13:08:57 +0000 (15:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jun 2023 16:04:26 +0000 (18:04 +0200)
follow-up from 099f41e097c030077b8ec078f2c2d4038d31353b

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

docs/cmdline-opts/data-urlencode.d
docs/cmdline-opts/delegation.d
docs/cmdline-opts/ftp-method.d
docs/cmdline-opts/ftp-port.d
docs/cmdline-opts/tls-max.d
docs/cmdline-opts/version.d

index d8cfda622188b91a915cf5a8bfb55b8fc1b976e0..c1bc735f75b5ecc490d0cb391d6ca70d2743eb76 100644 (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
index c6f93bf5a4ea263848bd6cd6410131158b8e50e5..7941849347fd3212b83fba3dad5906c155cf4cbb 100644 (file)
@@ -21,3 +21,4 @@ service ticket, which is a matter of realm policy.
 .IP "always"
 Unconditionally allow the server to delegate.
 .RE
+.IP
index af0f9ad35ba6f6df9a669beff2dc2668bd3cc23c..212e1caed9248b52c9e33a6f0d5ea3fc76dca448 100644 (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
index e77e9d5797b904246f0be360a5f128b354fe2d07..e1f4a1dba729baacc9a005c0a5ca0cfb1297a848 100644 (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++.
index 2a4f9c7d35000879dcba2fde92767187466e74b7..5306dddfabd12e1a3a273f28f2be75e5f9b464af 100644 (file)
@@ -31,3 +31,4 @@ Use up to TLSv1.2.
 .IP "1.3"
 Use up to TLSv1.3.
 .RE
+.IP
index e4ea3145d71453999b7583fb3b6caa47c5bff267..2cfabdc8e82089fcef079fa3e1c9baa7b228846e 100644 (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