]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
FEATURES: reorder footnotes
authorDaniel Gustafsson <daniel@yesql.se>
Fri, 20 May 2022 11:42:45 +0000 (13:42 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Fri, 20 May 2022 11:42:45 +0000 (13:42 +0200)
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 <daniel@haxx.se>
docs/FEATURES.md

index 1a03489f7e9cba5a86cb2bf51a7df5e66390c2e3..ec9849a58b7180deb6b06b07c0124dccdf6c2063 100644 (file)
@@ -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
   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)