]> git.ipfire.org Git - thirdparty/curl.git/commit
cd2nroff: use an empty "##" to signal end of .IP sequence
authorDaniel Stenberg <daniel@haxx.se>
Tue, 28 May 2024 06:32:19 +0000 (08:32 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 May 2024 10:49:40 +0000 (12:49 +0200)
commit24b66a1de38fdf5fdf57e8a6be8f683c0dfe298f
treea525a0d14ed9e88578ad5e6524401c340a9f0b19
parentf28428972045abd7d3f778525847d81c4d705731
cd2nroff: use an empty "##" to signal end of .IP sequence

Like when we list a series of options and then want to add "normal" text
again afterwards.

Without this, the indentation level wrongly continues even after the
final "##" header, making following text wrongly appear to belong to the
header above.

Adjusted several curldown files to use this.

Fixes #13803
Reported-by: Jay Satiro
Closes #13806
12 files changed:
docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
docs/libcurl/opts/CURLOPT_AWS_SIGV4.md
docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.md
docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md
docs/libcurl/opts/CURLOPT_HTTPHEADER.md
docs/libcurl/opts/CURLOPT_PROXY.md
docs/libcurl/opts/CURLOPT_PROXYTYPE.md
docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.md
docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.md
docs/libcurl/opts/CURLOPT_SSLVERSION.md
docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.md
scripts/cd2nroff