]> git.ipfire.org Git - thirdparty/curl.git/commit
libcurl-docs: make option lists alpha-sorted
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Jul 2024 13:54:25 +0000 (15:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 Jul 2024 11:44:24 +0000 (13:44 +0200)
commit8dab7465a594b1fb4bea47b45c72ee0782834adb
tree22bb351f498176a1e775ef53327a87ae530c6646
parentfd0250869f7837e4a48d7e6f54cc0801ad3820e8
libcurl-docs: make option lists alpha-sorted

The man pages for curl_easy_getinfo, curl_easy_setopt and
curl_multi_setopt now feature the lists of options alphabetically
sorted. Test 1139 verify that they are.

The curl_multi_setopt page also got brief explanations of the listed
options.

Closes #14156
docs/libcurl/curl_easy_getinfo.md
docs/libcurl/curl_easy_setopt.md
docs/libcurl/curl_multi_setopt.md
tests/test1139.pl