From: Emanuele Torre Date: Thu, 22 Jun 2023 13:08:57 +0000 (+0200) Subject: docs: add more .IP after .RE to fix indentation of generate paragraphs X-Git-Tag: curl-8_2_0~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55dfb9ea47319595e51f09a27fcb22426694feaf;p=thirdparty%2Fcurl.git docs: add more .IP after .RE to fix indentation of generate paragraphs 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 --- diff --git a/docs/cmdline-opts/data-urlencode.d b/docs/cmdline-opts/data-urlencode.d index d8cfda6221..c1bc735f75 100644 --- a/docs/cmdline-opts/data-urlencode.d +++ b/docs/cmdline-opts/data-urlencode.d @@ -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 diff --git a/docs/cmdline-opts/delegation.d b/docs/cmdline-opts/delegation.d index c6f93bf5a4..7941849347 100644 --- a/docs/cmdline-opts/delegation.d +++ b/docs/cmdline-opts/delegation.d @@ -21,3 +21,4 @@ service ticket, which is a matter of realm policy. .IP "always" Unconditionally allow the server to delegate. .RE +.IP diff --git a/docs/cmdline-opts/ftp-method.d b/docs/cmdline-opts/ftp-method.d index af0f9ad35b..212e1caed9 100644 --- a/docs/cmdline-opts/ftp-method.d +++ b/docs/cmdline-opts/ftp-method.d @@ -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 diff --git a/docs/cmdline-opts/ftp-port.d b/docs/cmdline-opts/ftp-port.d index e77e9d5797..e1f4a1dba7 100644 --- a/docs/cmdline-opts/ftp-port.d +++ b/docs/cmdline-opts/ftp-port.d @@ -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++. diff --git a/docs/cmdline-opts/tls-max.d b/docs/cmdline-opts/tls-max.d index 2a4f9c7d35..5306dddfab 100644 --- a/docs/cmdline-opts/tls-max.d +++ b/docs/cmdline-opts/tls-max.d @@ -31,3 +31,4 @@ Use up to TLSv1.2. .IP "1.3" Use up to TLSv1.3. .RE +.IP diff --git a/docs/cmdline-opts/version.d b/docs/cmdline-opts/version.d index e4ea3145d7..2cfabdc8e8 100644 --- a/docs/cmdline-opts/version.d +++ b/docs/cmdline-opts/version.d @@ -83,3 +83,4 @@ Unix sockets support is provided. .IP "zstd" Automatic decompression (via zstd) of compressed files over HTTP is supported. .RE +.IP