]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline-opts: add "mutexed" options for more http versions
authorDaniel Stenberg <daniel@haxx.se>
Sun, 9 Jan 2022 20:34:19 +0000 (21:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 Jan 2022 08:33:35 +0000 (09:33 +0100)
Update four http version man page sections.

Closes #8254

docs/cmdline-opts/http1.0.d
docs/cmdline-opts/http1.1.d
docs/cmdline-opts/http2-prior-knowledge.d
docs/cmdline-opts/http2.d

index 84e390055ad5472a641744b8d222c3eaf8dea58a..2cf70e551f31ca089e3923c527d39acee06ec1d9 100644 (file)
@@ -3,7 +3,7 @@ Long: http1.0
 Tags: Versions
 Protocols: HTTP
 Added: 7.9.1
-Mutexed: http1.1 http2
+Mutexed: http1.1 http2 http2-prior-knowledge http3
 Help: Use HTTP 1.0
 Category: http
 Example: --http1.0 $URL
index 84b2c59d84d68d7cc8b5df6f9ca26d2023a674b1..27b7e37734434eb53916da62d96fc0b270bf6dc7 100644 (file)
@@ -2,10 +2,10 @@ Long: http1.1
 Tags: Versions
 Protocols: HTTP
 Added: 7.33.0
-Mutexed: http1.0 http2
+Mutexed: http1.0 http2 http2-prior-knowledge http3
 Help: Use HTTP 1.1
 Category: http
 Example: --http1.1 $URL
-See-also: http1.1 http0.9
+See-also: http1.0 http0.9
 ---
 Tells curl to use HTTP version 1.1.
index 4e944672937480572143eb5488a6aa8e564981a7..71821637aefde9a3af4ec03d6b6b7609f390576b 100644 (file)
@@ -2,7 +2,7 @@ Long: http2-prior-knowledge
 Tags: Versions
 Protocols: HTTP
 Added: 7.49.0
-Mutexed: http1.1 http1.0 http2
+Mutexed: http1.1 http1.0 http2 http3
 Requires: HTTP/2
 Help: Use HTTP 2 without HTTP/1.1 Upgrade
 Category: http
index 2a85db600d756b15724d8178429b97bf85c59181..168b54b2ef2c05b115b45182345c50cfc612f64a 100644 (file)
@@ -2,7 +2,7 @@ Long: http2
 Tags: Versions
 Protocols: HTTP
 Added: 7.33.0
-Mutexed: http1.1 http1.0 http2-prior-knowledge
+Mutexed: http1.1 http1.0 http2-prior-knowledge http3
 Requires: HTTP/2
 See-also: no-alpn
 Help: Use HTTP 2