From: Daniel Gustafsson Date: Fri, 20 May 2022 11:42:45 +0000 (+0200) Subject: FEATURES: reorder footnotes X-Git-Tag: curl-7_84_0~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3022c5a9461d927665bf7ec1418b646e7d7d78fc;p=thirdparty%2Fcurl.git FEATURES: reorder footnotes The empty left-behind footnote confused the website rendering into creating a nested emoty list, making the resulting page look quite odd. Remove and re-order the remaining ones to avoid a gap in the sequence. Closes: #8886 Reviewed-by: Daniel Stenberg --- diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 1a03489f7e..ec9849a58b 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -31,7 +31,7 @@ - replaceable memory functions (malloc, free, realloc, etc) - asynchronous name resolving (6) - both a push and a pull style interface - - international domain names (11) + - international domain names (10) ## HTTP @@ -62,7 +62,7 @@ - retrieve file modification date - Content-Encoding support for deflate and gzip - "Transfer-Encoding: chunked" support in uploads - - automatic data compression (12) + - automatic data compression (11) ## HTTPS (1) @@ -78,7 +78,7 @@ - download - authentication - - Kerberos 5 (13) + - Kerberos 5 (12) - active/passive using PORT, EPRT, PASV or EPSV - single file size information (compare to HTTP HEAD) - 'type=' URL support @@ -214,7 +214,6 @@ 8. requires libssh2 or libssh 9. requires OpenSSL, GnuTLS, mbedTLS, NSS, yassl, Secure Transport or SSPI (native Windows) - 10. - - 11. requires libidn2 or Windows - 12. requires libz, brotli and/or zstd - 13. requires a GSS-API implementation (such as Heimdal or MIT Kerberos) + 10. requires libidn2 or Windows + 11. requires libz, brotli and/or zstd + 12. requires a GSS-API implementation (such as Heimdal or MIT Kerberos)